{"library":"jsondbfs","type":"library","category":null,"description":"JSON FileSystem Database (jsondbfs) is a NoSQL document database, analogous to MongoDB, designed for Node.js environments. The latest version, 1.0.3, was released in 2017, and the project appears to be no longer actively maintained. It offers fully asynchronous data operations, leveraging the `async` library for parallel execution of accessing and filtering data. It supports two primary drivers: a high-performance 'Memory' driver, which can be configured to periodically flush data to disk for persistence, and a 'Disk' driver that stores all data directly on the filesystem and implements pessimistic transaction locking for data integrity. The package provides a lightweight, file-based database solution with Mongo-style query capabilities via `json-criteria`, but its lack of ongoing development means it may not be suitable for new projects or environments requiring up-to-date dependencies or security patches.","language":"javascript","status":"abandoned","version":"1.0.3","tags":["javascript","json","jsonfs","jsondb","jsondbfs","db","database","nosql","memory"],"last_verified":"Wed May 27","install":[{"cmd":"npm install jsondbfs","imports":["const jsondbfs = require('jsondbfs');","const { connect } = require('jsondbfs');","jsondbfs.connect(['Users'], { driver: 'memory' }, (err, db) => { /* db is the Database instance */ });"]},{"cmd":"yarn add jsondbfs","imports":[]},{"cmd":"pnpm add jsondbfs","imports":[]}],"homepage":null,"github":"https://github.com/mcmartins/jsondbfs","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/jsondbfs","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/jsondbfs/compatibility"}}