Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
Quarkus - Shardingsphere JDBC Extension
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):