SQLiteJDBC 052 (Default branch)

SQLiteJDBC is a Java JDBC driver for SQLite 3. Itcomes as either a pure Java driver based onNestedVM or a native JNI library. Native binariesare provided for Mac OS X and Windows.License: BSD License (revised)Changes:
Closing a closed statement now has no effect, and there are other bugfixes. Binary size has shrunk, and whether the amalgamated jar is running in pure or native mode can be determined by DatabaseMetaData.getDriverVersion().

More...