Json.DB is a powerful Node.js module that allows you to easily interact with JSON databases
NPM
npm instal @mr_fozan/json.db
YARN
$ yarn add @mr_fozan/json.db
const json_db = require('@mr_fozan/json.db');
const db = new json_db ({ save: 1000, models: [ "users" ] });
You can find a complete guide on our website
The MIT License (MIT)