SQLiteJDBC 030 review

Download
by rbytes.net on

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 mos

License: BSD License
File size: 132K
Developer: David Crawshaw
0 stars award from rbytes.net

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