litedb-org/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 98
- Release rhythm 60
- Longevity 100
Flags: prerelease_only
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: 17.0
- age_days: 4391
- days_rel: 187
- days_push: 12
- n_releases_24m: 5
Adoption not part of the score
9458 stars · 1323 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LiteDB is a lightweight, serverless NoSQL document database for .NET, written entirely in C# and stored in a single data file, similar to SQLite but with a MongoDB-like API. It supports ACID transactions, LINQ queries, indexing, file storage, and AES encryption in a single small DLL.
Use cases
- embed a nosql database in a .net desktop app
- store documents in a single file like sqlite but for documents
- use a mongodb-like api without running a server
- local database for xamarin or uwp mobile apps
- use an application file format with queryable data
- per-user data storage in web applications
- query poco objects with linq and persist them
When to choose
- you need an embedded, zero-configuration document store in a .NET application
- you want MongoDB-style queries and documents without deploying a database server
- you need a single-file database with ACID transactions and WAL recovery
- you target mobile, desktop, or UWP and need a small managed-code database
When to avoid
- you need multi-server, network-accessible database deployments
- you require heavy concurrent write throughput across many processes
- you need JOINs and full relational features
- you need strong encryption beyond the built-in AES support or certified security compliance
Facets
library · maturity stable
database serialization search-engine databases developer-tools mobile-development desktop-applications dotnet cross-platform windows nosql embedded-database document-store mongodb-like single-file-database acid linq csharp linux macos mobile
3 sources
- readme: https://github.com/litedb-org/LiteDB · fetched 2026-08-28 · 12bf2837644b
- homepage: http://www.litedb.org · fetched 2026-08-29 · 88b6ab7e4ef1
- site_page: http://www.litedb.org/docs · fetched 2026-08-29 · a14021646804
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| litedb-org/LiteDB | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="litedb-org/LiteDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem