Sagdb
JSON →Sagdb is a lightweight local JSON database for Node.js, version 2.3.0. It provides a simple key-value store and a table abstraction with CRUD operations, event listeners, and automatic ID generation. The database is file-based, storing data in JSON files. It offers readable JSON output via minify option. Differentiators include built-in dot notation for nested objects, table support with event hooks, and zero external dependencies. Release cadence is irregular; this version is stable but may not see frequent updates.