sqlite

SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.

There is also a https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc/3.28.0 for it and it's JPA compliant.

sqlite (last edited 2019-12-09 10:30:54 by localhost)