techfort/LokiJS
javascript embeddable / in-memory database 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: 4787
- days_rel: n/a
- days_push: 1168
- n_releases_24m: 0
Adoption not part of the score
6826 stars · 477 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LokiJS is a fast, embeddable, in-memory document-oriented NoSQL database written in JavaScript. It stores JavaScript objects as documents with indexing and dynamic views, and runs in browsers, Node.js, and mobile/hybrid environments like Cordova and NativeScript.
Use cases
- embed an in-memory document database in a node app
- store session data client-side in the browser
- persist data offline in a cordova/phonegap mobile app
- query javascript object collections with indexes and views
- build a desktop app with a local nosql store
- sync in-browser data back to a server at end of session
When to choose
- you need a fast embedded NoSQL store for JavaScript objects without a separate database server
- you're building browser, Electron, or hybrid mobile apps needing client-side persistence
- your dataset fits in memory and you need high-throughput reads/writes with indexing
When to avoid
- you need a durable, multi-client server database with concurrent writes
- your data exceeds available memory
- you need advanced SQL features or strong ACID guarantees across processes
Facets
library · maturity maintenance
database caching serialization databases web-development developer-tools browser cross-platform nosql in-memory-database document-oriented embedded-database javascript offline-sync indexeddb nodejs mobile desktop
2 sources
- readme: https://github.com/techfort/LokiJS · fetched 2026-08-28 · 12271301117d
- registry_npm: https://registry.npmjs.org/lokijs · fetched 2026-08-29 · 3d0302355692
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| techfort/LokiJS | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem