mikependon/RepoDB
A production-ready data access platform for .NET applications. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 93
- Longevity 100
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: 19
- age_days: 3067
- days_rel: 46
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
1893 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RepoDB is a high-performance hybrid-ORM library and data access platform for .NET, exposing fluent CRUD and raw SQL operations as extension methods on IDbConnection. It specializes in high-performance bulk operations, cross-provider data movement, caching, and telemetry across many database engines.
Use cases
- perform bulk inserts of millions of rows into sql server
- map c# classes to database tables without entity framework
- migrate data between postgresql and mysql
- run raw sql alongside fluent crud queries in dotnet
- capture telemetry for database operation timings
- query sqlite from a lightweight dotnet application
When to choose
- you need maximum bulk-operation performance in .NET
- you want a lightweight ORM that works over any IDbConnection provider
- you need to move or replicate data across different database engines
- you want to mix raw SQL and fluent APIs freely
When to avoid
- you need rich change tracking, migrations, or LINQ query translation like Entity Framework Core
- your project is not on the .NET platform
- you prefer a code-first scaffolding and code-generation workflow
Facets
library · maturity stable
orm database database-driver caching serialization monitoring databases backend developer-tools dotnet cross-platform hybrid-orm bulk-operations csharp data-access sql-server postgresql mysql sqlite oracle clickhouse db2 firebird telemetry object-mapping data-engineering
6 sources
- readme: https://github.com/mikependon/RepoDB · fetched 2026-08-28 · 94c93aeeb628
- homepage: https://repodb.net · fetched 2026-08-29 · 4e6ca4fc04f6
- site_page: https://repodb.net/docs · fetched 2026-08-29 · 74cd26a2ccff
- site_page: https://repodb.net/about · fetched 2026-08-29 · a8a5e4d6b869
- site_page: https://repodb.net/feature · fetched 2026-08-29 · eb5b8c868ff3
- site_page: https://repodb.net/release · fetched 2026-08-29 · e4cb38b11a77
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mikependon/RepoDB | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="mikependon/RepoDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem