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

ericdc1/Dapper.SimpleCRUD

Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper. observed · 2026-08-28

github.com/ericdc1/Dapper.SimpleCRUD · C# · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • 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: 5001
  • days_rel: n/a
  • days_push: 12
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1161 stars · 405 forks observed · 2026-08-28

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

Dapper.SimpleCRUD is a small C# extension for the Dapper micro-ORM that adds simple CRUD helper methods (Get, GetList, Insert, Update, Delete, paging, counts) to IDbConnection. It uses smart defaults like Id primary keys and class-name table mapping, overridable via attributes.

Use cases

  • avoid writing basic insert/update/delete SQL with Dapper
  • get records by primary key without hand-written queries
  • paged list queries against a database
  • map POCO models to tables with attribute overrides
  • perform async CRUD operations in .NET

When to choose

  • you already use Dapper and want lightweight CRUD helpers without a full ORM
  • you want convention-based mapping with minimal configuration
  • you need a single-file drop-in extension

When to avoid

  • you need a full ORM with migrations, relationships, and change tracking like EF Core
  • you require complex queries, joins, or LINQ support
  • you are not on the .NET platform

Facets

library · maturity stable

orm database database-driver databases backend developer-tools dotnet cross-platform dapper crud micro-orm csharp sql extension-methods

1 source

Member repositories

RepositoryRoleHealth v2
ericdc1/Dapper.SimpleCRUDmain76

For agents

markdown · JSON · MCP: product_card(name="ericdc1/Dapper.SimpleCRUD")

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