ctripcorp/dal
Ctrip Database Access Layer observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3690
- days_rel: n/a
- days_push: 840
- n_releases_24m: 0
Adoption not part of the score
1250 stars · 445 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ctrip DAL is a database access framework developed by Ctrip's framework team, providing code generation and horizontal scaling (database and table sharding) for Java and C# clients against MySQL and MS SQL Server. It includes a web-based code generator that produces ready-to-use DAO code and configuration, plus client libraries with monitoring, logging, and extensive extension points.
Use cases
- shard a mysql database across multiple servers in a java application
- generate DAO code automatically from database schema
- standardize database access across multiple teams in a company
- split large tables across databases for horizontal scaling
- access sql server from java or c# with a unified data access layer
- manage database ownership and access conventions organization-wide
When to choose
- you need database/table sharding with generated DAO code in Java or C#
- your organization wants a unified, centrally managed database access standard
- you use MySQL or MS SQL Server and want zero hand-written data access boilerplate
When to avoid
- you prefer modern ORM or query-builder approaches like MyBatis, JPA/Hibernate, or jOOQ
- you use databases other than MySQL or MS SQL Server
- you work outside the Java/C# ecosystems
- you want a lightweight library without deploying a code generator service
Facets
framework · maturity maintenance
orm database database-driver databases backend developer-tools erp jvm dotnet cross-platform database-access-layer sharding dao-generator mysql sql-server code-generation horizontal-scaling ctrip
1 source
- readme: https://github.com/ctripcorp/dal · fetched 2026-08-28 · 3da4be6f2904
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ctripcorp/dal | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem