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.
Product's homepage
Requirements:
· SQLite
What's New in This Release: [ read full changelog ]
· The code was updated for SQLite 3.6.3.
· The constraints on setMaxRows() were relaxed.