ThatRendle/Simple.Data
A light-weight, dynamic data access component for C# 4.0 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5872
- days_rel: n/a
- days_push: 3136
- n_releases_24m: 0
Adoption not part of the score
1322 stars · 299 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Simple.Data is a lightweight, dynamic data access library for .NET (C# 4.0) that uses runtime method-name interpretation to eliminate ADO.NET boilerplate without requiring a pre-generated ORM model. It supports many relational databases via ADO providers as well as NoSQL stores like MongoDB and OData through a pluggable adapter system.
Use cases
- query a database without writing ADO.NET boilerplate
- access SQL Server, MySQL, PostgreSQL, or SQLite from C# with minimal code
- avoid SQL injection while writing dynamic queries
- use a convention-based micro-ORM instead of a heavy entity model
- query MongoDB or OData from .NET with a dynamic query DSL
- prototype data access quickly in legacy .NET 4.0 projects
When to choose
- you are on legacy .NET Framework 4.x and want terse, dynamic database access
- you prefer convention-based querying over generated entity classes
- you need a lightweight alternative to full ORMs like Entity Framework
When to avoid
- you are starting a new project on modern .NET (Core/5+)
- you need actively maintained software with ongoing support
- you need compile-time type safety and LINQ-based querying
- you require async database operations
Facets
library · maturity abandoned
orm database database-driver databases developer-tools web-development dotnet cross-platform dynamic-data-access micro-orm activerecord-inspired nosql-adapters csharp
1 source
- readme: https://github.com/ThatRendle/Simple.Data · fetched 2026-08-28 · 447e3e61f4c2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ThatRendle/Simple.Data | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ThatRendle/Simple.Data")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem