# FransBouma/Massive

A small, happy, dynamic MicroORM for .NET that will love you forever.

Repository: https://github.com/FransBouma/Massive
Canonical: https://ross.abutalabs.com/products/massive
Language: C#
License: NOASSERTION
License Family: other
Last push: 2025-07-09T06:46:50+00:00

## Health v2 (maintenance only)
Score: 46/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 30, release rhythm 35, longevity 100
- inputs: {"age_days": 5678, "days_push": 420, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1795, forks 316 (observed 2026-08-28T04:05:37.442086+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: orm, database, database-driver
- domain: databases, backend, developer-tools
- platform: dotnet, cross-platform
- tags: microorm, dynamic, csharp, ado-net, sql-server, oracle, postgresql, sqlite

## Member repositories
- FransBouma/Massive (main) score 46

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.442086+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:22:50.475840+00:00, confidence not recorded.
  - readme: https://github.com/FransBouma/Massive (fetched 2026-08-28T04:05:37.442086+00:00, sha ee71a15f7c2d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
