Get Started With Data Cloud Java Database Connectivity (JDBC) Driver

JDBC driver connects to Data Cloud so that you can use Data Cloud SQL. The JDBC driver works with any Java application that uses JDBC, making it easy to connect and retrieve data that you need. It’s also built into DBeaver, a common tool for managing and querying databases. This guide is for developers and data professionals who want to use Data Cloud data. It covers how to access different types of data in Data Cloud by using Data Cloud SQL and Java. The driver supports OAuth 2.0 for authentication.

This guide provides step-by-step instructions on how to:

  • Set up and configure the Salesforce Data Cloud JDBC driver.
  • Use the JDBC driver with Java.
  • Use the JDBC driver with DBeaver.

To download the JDBC driver and integrate it into your project, visit the Data Cloud JDBC repository on GitHub.