Skip to content

Commit 4c7bfa0

Browse files
authored
Updated README.md to include DCSQL link at top (#16)
Wanted to make sure everyone hitting the repo had a link to the new dc sql docs
1 parent a229637 commit 4c7bfa0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Salesforce DataCloud JDBC Driver
22

33
With the Salesforce Data Cloud JDBC driver you can efficiently query millions of rows of data with low latency, and perform bulk data extractions.
4-
This driver is read-only and forward-only.
5-
It requires Java 8 or greater.
4+
This driver is read-only, forward-only, and requires Java 8 or greater. It uses the new [Data Cloud Query API SQL syntax](https://developer.salesforce.com/docs/data/data-cloud-query-guide/references/dc-sql-reference/data-cloud-sql-context.html).
65

76

87
## Getting started
@@ -175,4 +174,4 @@ mvn assertj:generate-assertions
175174
[refresh token flow]: https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_refresh_token_flow.htm&type=5
176175
[connection settings]: https://tableau.github.io/hyper-db/docs/hyper-api/connection#connection-settings
177176
[assertion generator]: https://joel-costigliola.github.io/assertj/assertj-assertions-generator-maven-plugin.html#configuration
178-
[connected app overview]: https://help.salesforce.com/s/articleView?id=sf.connected_app_overview.htm&type=5
177+
[connected app overview]: https://help.salesforce.com/s/articleView?id=sf.connected_app_overview.htm&type=5

0 commit comments

Comments
 (0)