Download List

Project Description

SQLiteJDBC is a Java JDBC driver for SQLite 3. It comes as either a pure Java driver based on NestedVM or a native JNI library. Native binaries are provided for Mac OS X and Windows.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-07 06:55
054

The code was updated for SQLite 3.6.3. The
constraints on setMaxRows() were relaxed.
Tags: Minor bugfixes

2008-08-15 08:15
053

This release has been upgraded to SQLite 3.6.1, and a Linux/AMD-64 binary has been added to the combined jar.
Tags: Minor feature enhancements

2008-06-28 07:57
052

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().
Tags: Minor bugfixes

2008-06-19 18:20
051

The native Linux binary was fixed.
Tags: Minor bugfixes

2008-06-17 22:25
050

The driver has been repackaged with the binaries and a pure Java driver is provided in the same jar file. Use of the library path is no longer necessary.
Tags: Major feature enhancements

Project Resources