{"library":"node-json-database","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.0.34","tags":["javascript","database","db","sql","json"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install node-json-database","imports":["import { db } from 'node-json-database'","import { db } from 'node-json-database'","const table = myDB.table('name'); table.create()"]},{"cmd":"yarn add node-json-database","imports":[]},{"cmd":"pnpm add node-json-database","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"node-json-database","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}