Strato-DB

JSON →
library 3.11.1 ·javascript
verified Jun 7, 2026

Strato-DB is a NoSQL-hybrid database for Node.js (≥16.4) that combines schemaless JSON storage with traditional SQLite, adding optional Event Sourcing. Current version 3.11.1 is used in production with multi-GB databases and <1ms query times when well-indexed. Classes include DB, JsonModel, EventSourcingDB, ESModel, and EventQueue. It ships TypeScript definitions for type-checked CRUD. Alternatives like better-sqlite3 offer raw SQL access, while Strato-DB provides a higher-level API with event sourcing patterns. Released under MIT.