Quarkus JDBC Sqlite

Quarkus JDBC SQLite is a Quarkus extention for the SQLite database.

Installation

If you want to use this extension, you need to add the io.quarkiverse.jdbc:quarkus-jdbc-sqlite extension first.

For instance, in your pom.xml file, add the following dependency:

<dependency>
    <groupId>io.quarkiverse.jdbc</groupId>
    <artifactId>quarkus-jdbc-sqlite</artifactId>
</dependency>

Configuration

You can find more information about how to configure the datasource here.