News

JDBC hasn't changed much With every new release of the JDK, new features and enhancements are added to the JDBC API. But despite the ongoing, incremental changes, the JDBC API has changed very little ...
Java Database Connectivity (JDBC) is an application program interface (API) packaged with the Java SE edition that makes it possible to standardize and simplify the process of connecting Java ...
I wrote a "csv-jdbc-driver" just for fun. It is far from production quality code, my goal was only to demonstrate (for myself) how to write a jdbc driver. Here are my experiences: As others wrote, it ...
There are only MSSQL driver for Windows and MySQL driver for Linux in the lib folder. You should add the necessary JDBC driver jar in other cases. If you want to contribute to this project your pull ...