This extension provides a new datasource kind for Quarkus, which is based on ShardingSphere JDBC. For more information about ShardingSphere, please refer to ShardingSphere official website.
Add the following dependency in your pom.xml to get started,
<dependency>
<groupId>io.quarkiverse.shardingsphere</groupId>
<artifactId>quarkus-shardingsphere-jdbc</artifactId>
</dependency>
It only supports JVM mode for now. And if you want to work with Quarkus Hibernate ORM, you need to add some configurations to your application.properties
file. Please check with the Hibernate ORM guide and the Quarkus Shardingsphere JDBC documentation.
Thanks goes to these wonderful people (emoji key):