Quarkus SQLite4j is a Quarkus extension for the SQLite Embedded database.
This project has been forked from the original quarkus-jdbc-sqlite. The key difference is in how SQLite is bundled/executed:
quarkus-jdbc-sqlite
builds on top of the stable xerial/sqlite-jdbc driver that bundle several builds of SQLite for a lot of different architectures and uses JNI to access the functionalityquarkus-jdbc-sqlite4j
builds on top of the fork roastedroot/sqlite4j which instead compiles SQLite to pure Java bytecode thanks to Chicory and directly interacts with it
https://docs.quarkiverse.io/quarkus-jdbc-sqlite4j/dev/index.html