# mikependon/RepoDB

A production-ready data access platform for .NET applications.

Repository: https://github.com/mikependon/RepoDB
Canonical: https://ross.abutalabs.com/products/repodb
Homepage: https://repodb.net
Language: C#
License: Apache-2.0
License Family: permissive
Topics: orm, orm-framework, orm-library, hybrid-orm, sqlite-orm, mysql-orm, postgresql-orm, dotnet, dotnet-core, csharp, bulk-operation, mapper, object-mapper, bulk, productivity-tools, oracle-orm
Last push: 2026-08-26T18:18:22+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 93, longevity 100
- inputs: {"age_days": 3067, "days_push": 7, "days_rel": 46, "gap_med": 19, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1893, forks 135 (observed 2026-08-28T04:05:50.593365+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: orm, database, database-driver, caching, serialization, monitoring
- domain: databases, backend, developer-tools
- platform: dotnet, cross-platform
- tags: hybrid-orm, bulk-operations, csharp, data-access, sql-server, postgresql, mysql, sqlite, oracle, clickhouse, db2, firebird, telemetry, object-mapping, data-engineering

## Member repositories
- mikependon/RepoDB (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:50.593365+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-30T03:12:55.875129+00:00, confidence not recorded.
  - readme: https://github.com/mikependon/RepoDB (fetched 2026-08-28T04:05:50.593365+00:00, sha 94c93aeeb628)
  - homepage: https://repodb.net (fetched 2026-08-29T10:51:59.964647+00:00, sha 4e6ca4fc04f6)
  - site_page: https://repodb.net/docs (fetched 2026-08-29T10:51:59.973738+00:00, sha 74cd26a2ccff)
  - site_page: https://repodb.net/about (fetched 2026-08-29T10:51:59.980751+00:00, sha a8a5e4d6b869)
  - site_page: https://repodb.net/feature (fetched 2026-08-29T10:51:59.976575+00:00, sha eb5b8c868ff3)
  - site_page: https://repodb.net/release (fetched 2026-08-29T10:51:59.978593+00:00, sha e4cb38b11a77)
- Data as of 2026-08-30T08:39:29.467469+00:00.
