{"library":"local-nosql-db","type":"library","category":null,"description":"local-nosql-db is a lightweight, file-based NoSQL database designed exclusively for local development, educational purposes, and exploration. Version 1.1.7 is the current stable release, with an infrequent release cadence given its niche purpose. It stores data in JSON files, mimicking a simplified MongoDB-like API for basic CRUD operations (Create, Read, Update, Delete). Key differentiators include its extreme simplicity, zero external dependencies, and focus on providing a hands-on experience with NoSQL concepts without the overhead of a full database server. It is explicitly not recommended or suitable for production environments due to inherent limitations in scalability, concurrency handling, and data integrity guarantees. Its primary use case is isolated local data persistence for small projects or learning exercises.","language":"javascript","status":"maintenance","version":"1.1.7","tags":["javascript","local","database","nosql","json","storage","mongodb-like","typescript"],"install":[{"cmd":"npm install local-nosql-db","imports":["import { Database } from 'local-nosql-db';","const { Database } = require('local-nosql-db');","import type { IDocument } from 'local-nosql-db';"]},{"cmd":"yarn add local-nosql-db","imports":[]},{"cmd":"pnpm add local-nosql-db","imports":[]}],"homepage":null,"github":"https://github.com/dualB/local-nosql-db","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/local-nosql-db","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/local-nosql-db/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}