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

mikependon/RepoDB

A production-ready data access platform for .NET applications. observed · 2026-08-28

github.com/mikependon/RepoDB · homepage · C# · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
mikependon/RepoDBmain97

For agents

markdown · JSON · MCP: product_card(name="mikependon/RepoDB")

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