node-json-database

JSON →
library 0.0.34 ·javascript
verified Jun 4, 2026

A simple JSON-based database management system for Node.js that stores data in flat JSON files. Version 0.0.34 is the latest stable release, with infrequent updates. It provides SQL-like operations (create, insert, where) but lacks advanced features like indexing, transactions, or concurrency control. Differentiates from full DBMS by being lightweight and file-based, suitable for prototyping or small projects. Not intended for production use.