arch/UnitOfWork
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3607
- days_rel: n/a
- days_push: 1333
- n_releases_24m: 0
Adoption not part of the score
1380 stars · 344 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A plugin for Microsoft.EntityFrameworkCore that adds repository and unit-of-work pattern support, including multiple databases with distributed transactions. It also supports MySQL multiple database/table sharding by dynamically switching schemas and tables at runtime.
Use cases
- add repository and unit of work patterns to Entity Framework Core
- manage multiple databases with distributed transactions in EF Core
- shard MySQL data across multiple databases or tables by date
- inject generic repositories into ASP.NET Core services
- implement paged queries and projections with repositories
When to choose
- you use EF Core and want repository/unit-of-work abstractions out of the box
- you need MySQL sharding across schemas or tables with dynamic runtime switching
- you work across multiple DbContexts and need coordinated transactions
When to avoid
- you prefer EF Core's native DbContext API without repository layers
- you need sharding on databases other than MySQL
- you need a library with frequent updates and active maintenance
Facets
library · maturity maintenance
orm database middleware databases backend web-development dotnet cross-platform entity-framework-core repository-pattern unit-of-work mysql-sharding distributed-transactions
1 source
- readme: https://github.com/arch/UnitOfWork · fetched 2026-08-28 · d0d47e6b62da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| arch/UnitOfWork | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem