Quarkus Jdbi

Jdbi provides convenient, idiomatic access to relational data in Java It is using reflection quite a bit, so you need this extension will allow native image processing.

Installation

If you want to use this extension, you need to add the io.quarkiverse.jdbi:quarkus-jdbi extension first to your build file.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>io.quarkiverse.jdbi</groupId>
    <artifactId>quarkus-jdbi</artifactId>
    <version>1.3.1</version>
</dependency>

Extension Configuration Reference