This article will explain what are JDBC drivers, how to download the NuoDb JDBC driver and how to connect to NuoDb using DbSchema Free Database Designer.
JDBC drivers are Java library files with the extension .jar used by all Java applications to connect to the database. Usually, they are provided by the same company which implemented the NuoDb software. DbSchema Tool already includes an NuoDb driver, which is automatically downloaded when you connect to NuoDb.
Each JDBC driver is using a specific URL. The URL is a string (text) with a specific format, containing information about the host where the database is running, the port, username, database name, etc. The format is specific to each driver. Any wrong character in the URL may make the database connectivity fail, therefore we recommend installing DbSchema and try to get connected. Then you can find the right URL directly in the DbSchema connection dialog.
The driver files are compressed in a zip file.
for any issues with the driver, you can write to us.
Installing DbSchema Free edition will help to test the database connectivity and the JDBC driver URL.
When the download finished please follow this steps:
There are two tabs you can use to connect. 'Compose URL' will ask for the host, port, username, etc., and will create the JDBC URL for you.
The 'Edit URL' will let you directly enter the JDBC URL.
You can use the first tab to connect, and then see the created URL in the second tab.