Ross ROSS = Recommend OSS · open-source software intelligence for agents

tmsmith/Dapper-Extensions

Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance. observed · 2026-08-28

github.com/tmsmith/Dapper-Extensions · C# observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 5420
  • days_rel: n/a
  • days_push: 939
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1818 stars · 578 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dapper Extensions is a small .NET library that complements Dapper by adding automatic CRUD operations (Get, Insert, Update, Delete) for POCOs, plus a predicate system for advanced queries. It keeps POCOs pure by requiring no attributes or base class inheritance, using ClassMapper for customized entity-table mappings.

Use cases

  • add crud operations to dapper without writing sql
  • map poco classes to database tables without attributes
  • query database with predicate system instead of raw sql
  • get paged result sets from database in .net
  • support composite primary keys with dapper
  • count and list entities with a micro-orm

When to choose

  • you already use Dapper and want automatic CRUD without heavy ORM overhead
  • you need attribute-free POCOs with customizable table mappings
  • you want lightweight querying with predicates and paging on SQL Server, MySQL, SQLite, or PostgreSQL

When to avoid

  • you need a full ORM with change tracking, lazy loading, or migrations
  • you prefer Dapper.Contrib or an attribute-based mapping approach
  • you need a project with an explicit license or very active development

Facets

library · maturity maintenance

orm database database-driver databases backend developer-tools dotnet cross-platform dapper crud poco micro-orm predicate-system csharp

1 source

Member repositories

RepositoryRoleHealth v2
tmsmith/Dapper-Extensionsmain32

For agents

markdown · JSON · MCP: product_card(name="tmsmith/Dapper-Extensions")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem