The icon of the project
SQLite4J - JDBC Driver
Connect to the SQLite database via JDBC

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.jdbc:quarkus-jdbc-sqlite4j

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.jdbc:quarkus-jdbc-sqlite4j"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.jdbc:quarkus-jdbc-sqlite4j"