Skip to content

Commit dbf4983

Browse files
authored
Merge pull request #11 from Rurutia1027/impl-sharding-tidb
remove deprecated shardingsphere based sharding solution and examples
2 parents dad3dd0 + 366cfcc commit dbf4983

File tree

69 files changed

+480
-4445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+480
-4445
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ public class UserService {
8282

8383
## Database Support
8484

85-
### Supported Databases
85+
### Supported Databases (Single Type per Deployment)
8686

8787
This solution supports multiple relational databases through Hibernate's dialect system. **However, you must use the same database type across all shards in a single deployment.**
8888

8989
| Database | Status | Notes |
9090
|----------|--------|-------|
91-
| **MySQL** | ✅ Fully Supported | Production-ready, well-tested |
92-
| **PostgreSQL** |Fully Supported | Excellent HQL support |
91+
| **MySQL / TiDB** | ✅ Fully Supported | Production-ready, well-tested; TiDB is MySQL-compatible |
92+
| **PostgreSQL** | ✅ Supported | Excellent HQL support (separate deployment profile) |
9393
| **Oracle** | ✅ Supported | Requires Oracle dialect |
9494
| **SQL Server** | ✅ Supported | Microsoft SQL Server support |
9595
| **H2** | ✅ Supported | Great for testing |

examples/payment-example-v2/README.md

Lines changed: 0 additions & 167 deletions
This file was deleted.

examples/payment-example-v2/docker-compose.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)