Skip to content

quarkiverse/quarkus-jdbc-sqlite4j

Repository files navigation

Quarkus SQLite4j extension

All Contributors

Build Maven Central License

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 functionality
  • quarkus-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

User Documentation

https://docs.quarkiverse.io/quarkus-jdbc-sqlite4j/dev/index.html