Skip to content

Commit

Permalink
Updated README.md to include DCSQL link at top (#16)
Browse files Browse the repository at this point in the history
Wanted to make sure everyone hitting the repo had a link to the new dc
sql docs
  • Loading branch information
geoffrothman authored Feb 7, 2025
1 parent a229637 commit 4c7bfa0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Salesforce DataCloud JDBC Driver

With the Salesforce Data Cloud JDBC driver you can efficiently query millions of rows of data with low latency, and perform bulk data extractions.
This driver is read-only and forward-only.
It requires Java 8 or greater.
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).


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

0 comments on commit 4c7bfa0

Please sign in to comment.