libsqljet-java

Pure java implementation of sqlite database management system
  http://sqljet.com
  0
  no reviews



Sqljet is a software library that provides api that enables java application to read and modify sqlite databases. sqljet does not support sql queries; there is an api to work with the database on a lower level.

sqljet major features:

* fine-grained api to create, read and modify sqlite databases.
* database format is fully compatible with sqlite 3.6.
* no native binaries are needed.
* current version only supports sql in schema.