Quarkus Jdbc Clickhouse

Unresolved include directive in modules/ROOT/pages/index.adoc - include::./includes/attributes.adoc[]

Describe what the extension does here.

Installation

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

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

<dependency>
    <groupId>io.quarkiverse.jdbc</groupId>
    <artifactId>quarkus-jdbc-clickhouse</artifactId>
    <version>{project-version}</version>
</dependency>

Extension Configuration Reference

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