JDBC is an acronym for Java Database Connectivity. JDBC drivers are required to be able to connect from Java applications to the database. JDBC Drivers are one or more Java files with the extension .jar usually provided by the same company who wrote the database software.
The JDBC Driver requires information about the server on which the database is running. The information may refer to the host, port, RDBMS and authorization. All these values are stored together in a string called JDBC URL.
DbSchema enables full control over the JDBC Drivers. Access the driver manager from Connections > Manage JDBC Drivers.
In the Driver Manager you can:
The JDBC driver files are locked by DbSchema and cannot be removed while the application is running.
If you want to remove a driver stop DbSchema and remove the JDBC Driver File its folder.
Find the folder path by clicking on Remove Driver in Driver Manager.