shuxinqin/Chloe
A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C# observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 94
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3821
- days_rel: n/a
- days_push: 37
- n_releases_24m: 0
Adoption not part of the score
1543 stars · 448 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Chloe is a lightweight, high-performance Object/Relational Mapping (ORM) library for .NET written in C#. It provides a LINQ-like query interface supporting joins, group and aggregate queries, inserts, batch updates/deletes, and sharding across multiple databases.
Use cases
- query databases with LINQ-style lambda expressions in .NET
- map C# entities to relational database tables
- perform join and group queries without writing raw SQL
- batch update and delete rows efficiently
- support multiple databases like SqlServer, MySQL, PostgreSQL, Oracle, SQLite
- work with Chinese databases like Dameng and KingbaseES
When to choose
- you need a lightweight, fast ORM for .NET with LINQ-like syntax
- you need to support multiple database providers including Chinese databases
- you want fine control over generated SQL without a heavy framework
When to avoid
- you need a full-featured ORM ecosystem with migrations and change tracking like EF Core
- your team prefers widely documented mainstream ORMs
- you rely on non-relational or NoSQL data stores
Facets
library · maturity active
orm database database-driver databases backend developer-tools dotnet cross-platform linq-queries multi-database lambda-expressions c-sharp
2 sources
- readme: https://github.com/shuxinqin/Chloe · fetched 2026-08-28 · 4f90b2b251ff
- homepage: https://github.com/shuxinqin/Chloe/wiki · fetched 2026-08-29 · d38afc2a2b65
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shuxinqin/Chloe | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem