Quarkus Jdbc Singlestore
Describe what the extension does here. |
Installation
If you want to use this extension, you need to add the io.quarkiverse.jdbc:quarkus-jdbc-singlestore
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-singlestore</artifactId>
<version>1.0.2</version>
</dependency>