# shuxinqin/Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET  --C#

Repository: https://github.com/shuxinqin/Chloe
Canonical: https://ross.abutalabs.com/products/chloe
Homepage: https://github.com/shuxinqin/Chloe/wiki
Language: C#
License: MIT
License Family: permissive
Topics: orm, chloe, c-sharp, dotnet, dotnetcore, mysql, sqlite, postgresql, oracle, dameng, kingbasees
Last push: 2026-07-27T17:50:49+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 3821, "days_push": 37, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1543, forks 448 (observed 2026-08-28T04:05:01.203865+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: orm, database, database-driver
- domain: databases, backend, developer-tools
- platform: dotnet, cross-platform
- tags: linq-queries, multi-database, lambda-expressions, c-sharp

## Member repositories
- shuxinqin/Chloe (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:01.203865+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:30:42.286853+00:00, confidence not recorded.
  - readme: https://github.com/shuxinqin/Chloe (fetched 2026-08-28T04:05:01.203865+00:00, sha 4f90b2b251ff)
  - homepage: https://github.com/shuxinqin/Chloe/wiki (fetched 2026-08-29T11:31:57.824001+00:00, sha d38afc2a2b65)
- Data as of 2026-08-30T08:39:29.467469+00:00.
