FransBouma/Massive
A small, happy, dynamic MicroORM for .NET that will love you forever. observed · 2026-08-28
Health v2 · maintenance only
46/100
- Activity 30
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 5678
- days_rel: n/a
- days_push: 420
- n_releases_24m: 0
Adoption not part of the score
1795 stars · 316 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Massive is a small, dynamic MicroORM for .NET built on the Expando/dynamic type, distributed as source files you compile into your project. It supports SQL Server, Oracle, PostgreSQL, and SQLite via ADO.NET providers with minimal setup and no external dependencies.
Use cases
- query a database with minimal boilerplate in .NET
- lightweight data access without a full ORM
- run simple CRUD operations against SQL Server or SQLite
- use dynamic objects instead of typed models for database rows
- drop-in source files for quick database access in a C# project
When to choose
- you want a tiny, hackable data-access layer with no dependencies
- your project prefers dynamic typing over generated entity classes
- you need quick database access in a small .NET application
When to avoid
- you need rich ORM features like migrations, change tracking, or lazy loading
- you prefer strongly-typed LINQ-based querying
- you need an actively developed library with a large community
Facets
library · maturity maintenance
orm database database-driver databases backend developer-tools dotnet cross-platform microorm dynamic csharp ado-net sql-server oracle postgresql sqlite
1 source
- readme: https://github.com/FransBouma/Massive · fetched 2026-08-28 · ee71a15f7c2d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FransBouma/Massive | main | 46 |
For agents
markdown · JSON · MCP: product_card(name="FransBouma/Massive")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem