https://github.com/quarkiverse/quarkus-jdbc-sqlite4j
SQLite driver for Quarkus with Agroal in pure Java built on SQLite4j
https://github.com/quarkiverse/quarkus-jdbc-sqlite4j
jdbc quarkus-extension sqlite
Last synced: about 1 year ago
JSON representation
SQLite driver for Quarkus with Agroal in pure Java built on SQLite4j
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-jdbc-sqlite4j
- Owner: quarkiverse
- License: apache-2.0
- Created: 2025-02-04T21:09:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T09:23:16.000Z (about 1 year ago)
- Last Synced: 2025-04-10T10:46:50.961Z (about 1 year ago)
- Topics: jdbc, quarkus-extension, sqlite
- Language: Java
- Homepage: https://docs.quarkiverse.io/quarkus-sqlite4j/dev
- Size: 389 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus SQLite4j extension
[](#contributors-)
[](https://github.com/quarkiverse/quarkus-jdbc-sqlite4j/actions?query=workflow%3ABuild)
[](https://search.maven.org/artifact/io.quarkiverse.jdbc/quarkus-jdbc-sqlite4j)
[](https://opensource.org/licenses/Apache-2.0)
Quarkus SQLite4j is a Quarkus extension for the SQLite Embedded database.
This project has been forked from the original [quarkus-jdbc-sqlite](https://github.com/quarkiverse/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](https://github.com/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](https://github.com/roastedroot/sqlite4j) which instead compiles SQLite to pure Java bytecode thanks to [Chicory](https://github.com/dylibso/chicory) and directly interacts with it
## User Documentation
https://docs.quarkiverse.io/quarkus-jdbc-sqlite4j/dev/index.html