CollaboratingPlatypus/PetaPoco
Official PetaPoco, A tiny ORM-ish thing for your POCO's observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 54
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5648
- days_rel: n/a
- days_push: 276
- n_releases_24m: 0
Adoption not part of the score
2141 stars · 593 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PetaPoco is a tiny, fast, dependency-free micro-ORM for .NET that maps database rows to POCO objects using dynamic MSIL method generation. It supports sync and async operations, dynamic Expando objects, and multiple database providers.
Use cases
- map sql query results to poco objects in .net
- lightweight data access without a full orm like entity framework
- run async database queries in c#
- work with dynamic expando rows from a database
- generate poco classes from database tables
When to choose
- you want a tiny, zero-dependency data mapper for .net
- you need dapper-like performance with simple poco mapping
- your project targets netstandard 2.0 or legacy .NET 4.x
When to avoid
- you need a full-featured ORM with change tracking, migrations, and LINQ query translation
- you prefer code-first entity modeling with rich relationship support
Facets
library · maturity active
orm database database-driver databases backend developer-tools dotnet cross-platform micro-orm poco csharp nuget sql netstandard
1 source
- readme: https://github.com/CollaboratingPlatypus/PetaPoco · fetched 2026-08-28 · 8d08a7381a4f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CollaboratingPlatypus/PetaPoco | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="CollaboratingPlatypus/PetaPoco")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem