quarkiverse / quarkus-shardingsphere-jdbc

Quarkus Sharding Sphere JDBC Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus - Shardingsphere JDBC Extension

Build License Central

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.

Getting Started

Add the following dependency in your pom.xml to get started,

<dependency>
    <groupId>io.quarkiverse.shardingsphere</groupId>
    <artifactId>quarkus-shardingsphere-jdbc</artifactId>
</dependency>

Limitations

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

About

Quarkus Sharding Sphere JDBC Extension

License:Apache License 2.0


Languages

Language:Java 100.0%