/json.db

Json.DB is a powerful Node.js module that allows you to easily interact with JSON databases

Primary LanguageJavaScript

📝 Json.db

npm package

Json.DB is a powerful Node.js module that allows you to easily interact with JSON databases

📦 Install

NPM

npm instal @mr_fozan/json.db

YARN

$ yarn add @mr_fozan/json.db

🚀 Usage

const json_db = require('@mr_fozan/json.db');

const db = new json_db ({ save: 1000, models: [ "users" ] });

📖 Documentation

You can find a complete guide on our website

👥 Contributors

License

The MIT License (MIT)