sebastienros/yessql
A .NET document database working on any RDBMS observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17.0
- age_days: 5331
- days_rel: 71
- days_push: 9
- n_releases_24m: 11
Adoption not part of the score
1360 stars · 195 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
YesSql is a .NET document database library that stores documents and indexes in any relational database (SQL Server, PostgreSQL, MySQL, SQLite). It provides NoSQL-style document storage with map/reduce indexing while leveraging the transactional guarantees of SQL databases.
Use cases
- store JSON documents in SQL Server with transactions
- use a document database without deploying MongoDB
- add document storage to an existing .NET application backed by PostgreSQL
- run map/reduce indexes over documents in MySQL
- get RavenDB-like document modeling on a free relational database
- persist POCO documents with SQL querying in .NET Core
When to choose
- your team already runs and trusts a relational database
- you need transactional document storage in .NET
- you want document database semantics without extra infrastructure
- you need free, open-source document storage with map/reduce indexes
When to avoid
- you need a dedicated document database's native scaling or features
- you prefer MongoDB or RavenDB and don't need SQL-backed storage
- you want a full ORM with change tracking and LINQ mappings
- your data model is strictly relational
Facets
library · maturity active
database orm serialization databases backend web-development dotnet cross-platform document-database rdbms nosql dapper csharp
1 source
- readme: https://github.com/sebastienros/yessql · fetched 2026-08-28 · 015135bbbb2a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sebastienros/yessql | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="sebastienros/yessql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem