A hobby implementation of an SQLite database file parser and small query engine in Java. This project was built as a learning exercise to understand SQLite's on-disk format, B-trees, varints, record ...
SQLite JDBC, developed by Taro L. Saito, is a library for accessing and creating SQLite database files in Java. Our SQLiteJDBC library requires no configuration since native libraries for major OSs, ...