JDBC drivers are Java library files with the extension '.jar', used by Java applications to connect to the database. Usually they are provided by the same company which developed the database software.
The JDBC Driver requires the JDBC URL to know where the database is located ( on which machine and port), the database name or other settings. All this are passed as a string, specific for each database and driver.
Download Salesforce JDBC Driver
The driver files are compressed in a zip file.
for any issues with the driver, you can write to us.
The driver is build by DbSchema team is free and open source. The driver can be found on GitHub.
Visit GitHub Driver Source Code
Salesforce database is a cloud hosted database. You can register for a free trial account at https://login.salesforce.com/. There you have to go on 'View Profile Settings' on top right and follow the link on the left to 'Reset Security Token'. You will receive a security token per email. When logging in using DbSchema enter in the password field the regular web login password concatenated with the security token. More details in DbSchema help.
Design Salesforce using interactive diagrams. The diagrams will be saved to the design model file and can be later reopen.
For complete information on features and licensing, visit our PRO Edition page.