Skip to content

SQLite driver for Quarkus with Agroal in pure Java built on SQLite4j

License

Notifications You must be signed in to change notification settings

andreaTP/quarkus-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-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-sqlite4j/dev/index.html

About

SQLite driver for Quarkus with Agroal in pure Java built on SQLite4j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%