louischatriot/nedb
The JavaScript Database, for Node.js, nw.js, electron and the browser observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 21
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4872
- days_rel: n/a
- days_push: 475
- n_releases_24m: 0
Adoption not part of the score
13534 stars · 1013 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NeDB is a pure-JavaScript embedded database for Node.js, Electron, nw.js, and the browser, offering persistent or in-memory storage with an API that is a subset of MongoDB's. It requires no binary dependencies and stores data in files or memory.
Use cases
- embed a lightweight nosql database in an electron app
- store documents locally in node.js without a database server
- use a mongodb-like query api in the browser
- prototype apps with a simple file-based datastore
- add persistent storage to nw.js desktop apps
When to choose
- you need an embedded, zero-dependency database with MongoDB-style queries
- you're building a small Electron or browser app needing local persistence
- you want a simple datastore for prototyping or small datasets
When to avoid
- you need a maintained library with security fixes - the project is explicitly unmaintained
- you need high concurrency, replication, or large-scale production workloads
- you need full MongoDB feature coverage
Facets
library · maturity abandoned
database serialization databases developer-tools web-development browser cross-platform embedded-database mongodb-like-api nosql electron in-memory-database javascript nodejs
2 sources
- readme: https://github.com/louischatriot/nedb · fetched 2026-08-28 · 6001b187c677
- registry_npm: https://registry.npmjs.org/nedb · fetched 2026-08-29 · e48cbaecb55e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| louischatriot/nedb | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="louischatriot/nedb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem