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 Aurora PostgreSQL JDBC Driver
The driver files are compressed in a zip file.
Please write to us if this version of the driver is not the latest, we will update it !
At this point, DbSchema already downloads the JDBC driver into this folders:
In the Connection Dialog, choose the driver and a JDBC URL template. Some databases have multiple connection options, so you might see several templates. Select whether the database is on your computer or a different one. If it’s on another machine, find the host name. Read our documentation to find the Host Name.