DapperLib/Dapper
Dapper - a simple object mapper for .Net observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 98
- Release rhythm 52
- Longevity 100
Flags: 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: 231.5
- age_days: 5620
- days_rel: 109
- days_push: 13
- n_releases_24m: 3
Adoption not part of the score
18373 stars · 3669 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dapper is a lightweight micro-ORM for .NET that maps ADO.NET query results to strongly-typed objects. It lets developers execute raw SQL and stored procedures with high performance and minimal boilerplate.
Use cases
- map sql query results to c# objects
- execute raw sql with ado.net without boilerplate
- fast lightweight data access in .net
- call stored procedures and map results
- run parameterized queries safely
- batch multiple queries into one database call
When to choose
- you want raw sql control with object mapping in .NET
- performance matters more than full ORM features
- you want a lightweight alternative to Entity Framework
- you need async and batched query support
When to avoid
- you want change tracking, migrations, or LINQ queries
- you prefer a full-featured ORM generating sql for you
- you are not on a .NET language
Facets
library · maturity stable
orm database database-driver serialization databases backend web-development developer-tools dotnet cross-platform windows micro-orm ado-net sql c-sharp nuget object-mapper linux macos
2 sources
- readme: https://github.com/DapperLib/Dapper · fetched 2026-08-28 · 702f5d1b4877
- homepage: https://www.learndapper.com/ · fetched 2026-08-29 · d0d1566aaf6d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| DapperLib/Dapper | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="DapperLib/Dapper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem