Quarkus Jdbc Clickhouse
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>3.0.1</version>
</dependency>