# CollaboratingPlatypus/PetaPoco

Official PetaPoco, A tiny ORM-ish thing for your POCO's

Repository: https://github.com/CollaboratingPlatypus/PetaPoco
Canonical: https://ross.abutalabs.com/products/petapoco
Language: C#
License: NOASSERTION
License Family: other
Topics: dotnet, orm
Last push: 2025-11-30T23:08:27+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 54, release rhythm 35, longevity 100
- inputs: {"age_days": 5648, "days_push": 276, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2141, forks 593 (observed 2026-08-28T04:06:18.456782+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: orm, database, database-driver
- domain: databases, backend, developer-tools
- platform: dotnet, cross-platform
- tags: micro-orm, poco, csharp, nuget, sql, netstandard

## Member repositories
- CollaboratingPlatypus/PetaPoco (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:18.456782+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-30T02:51:19.536515+00:00, confidence not recorded.
  - readme: https://github.com/CollaboratingPlatypus/PetaPoco (fetched 2026-08-28T04:06:18.456782+00:00, sha 8d08a7381a4f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
