SQLJet is an independent pure Java implementation of the popular SQLite database management system and a software library that provides APIs. This API enables Java applications to read and modify SQLite databases. SQLJet does not support SQL queries, but an API works with the database at a lower level.
SQLJet 1.0.0 was launched recently. According to the development team, users can freely use the GNU General Public License framework in open-source applications. SQLJet 1.0.0 is still in Beta stage and will be released soon.
SQLJet has the following features:
1. With high-density (fine-grained) APIs, you can create, read, and modify SQLite databases.
2. The database format is completely compatible with SQLite 3.6.
3. No local binary code is required.
4. The current version only supports SQL in architecture mode.
Download SQLJet 1.0.0: http://sqljet.com/sqljet.1.0.0.b616.zip