Level/level
Universal abstract-level database for Node.js and browsers. observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 80
- Release rhythm 16
- 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: 140
- age_days: 4854
- days_rel: 500
- days_push: 124
- n_releases_24m: 2
Adoption not part of the score
1674 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Level is a universal JavaScript key-value database library built on the abstract-level interface, exporting classic-level in Node.js and browser-level in browsers. It provides lexicographically sorted embedded storage with put/get/batch operations, iterators, sublevels, and TypeScript support.
Use cases
- embed a sorted key-value store in a Node.js app
- store data locally in the browser with IndexedDB-backed storage
- persist JSON documents with typed keys and values
- iterate over ranges of keys in sorted order
- use the same database API across Node.js, Electron, and browsers
- create namespaced sublevel databases within one store
When to choose
- you need an embedded, dependency-free key-value store in JavaScript
- you want one API that works in Node.js and browsers
- you need lexicographically sorted keys and range iterators
- you're building an Electron app needing local persistence
When to avoid
- you need a client-server or networked database
- you need SQL, joins, or relational queries
- you need multi-process write concurrency at scale
- you need a distributed or replicated datastore
Facets
library · maturity stable
database database-driver databases developer-tools web-development browser cross-platform key-value-store leveldb embedded-database abstract-level storage-engine nodejs electron
2 sources
- readme: https://github.com/Level/level · fetched 2026-08-28 · 653526e4050d
- registry_npm: https://registry.npmjs.org/level · fetched 2026-08-29 · 41def43140c0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Level/level | main | 62 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem