Skip to content

quarkiverse/quarkus-jdbc-sqlite4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

516 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages