Quarkus Jnosql

Describe what the extension does here.

Installation

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

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

<dependency>
    <groupId>io.quarkiverse.jnosql</groupId>
    <artifactId>quarkus-jnosql</artifactId>
    <version>1.0.1</version>
</dependency>

Extension Configuration Reference

Remove this section if you don’t have Quarkus configuration properties in your extension.