# ericdc1/Dapper.SimpleCRUD

Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper.

Repository: https://github.com/ericdc1/Dapper.SimpleCRUD
Canonical: https://ross.abutalabs.com/products/dappersimplecrud
Language: C#
License: NOASSERTION
License Family: other
Last push: 2026-08-21T21:04:38+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 5001, "days_push": 12, "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 1161, forks 405 (observed 2026-08-28T04:03:49.278069+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: orm, database, database-driver
- domain: databases, backend, developer-tools
- platform: dotnet, cross-platform
- tags: dapper, crud, micro-orm, csharp, sql, extension-methods

## Member repositories
- ericdc1/Dapper.SimpleCRUD (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:49.278069+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-30T06:31:42.132845+00:00, confidence not recorded.
  - readme: https://github.com/ericdc1/Dapper.SimpleCRUD (fetched 2026-08-28T04:03:49.278069+00:00, sha 97af70ca6f9c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
