SQLiteJDBC 030 review
DownloadSQLiteJDBC is a JDBC driver for SQLite which is written as a Java JNI layer over the SQLite 3.3.x API. SQLiteJDBC supports the mos
|
|
SQLiteJDBC is a JDBC driver for SQLite which is written as a Java JNI layer over the SQLite 3.3.x API.
SQLiteJDBC supports the most commonly used features of JDBC that can be efficiently implemented on top of SQLite. Only a single native JNI library is required, and SQLite is compiled in.
Binaries are provided for Linux, Mac OS X, and Windows.
Requirements:
SQLite
What's New in This Release:
A pure Java JDBC driver based on NestedVM was added.
SQLiteJDBC 030 keywords