1.0.2 • Published 5 years ago
simple-database-json v1.0.2
simple-database-json
Introduction
The "simple-database-json" library exported as Node.js modules. It allows you to manage a database in a simple and lisible json file.
Installation
Using npm:
npm i simple-database-json
In your index.js:
const { JsonDataBase } = require("simple-database-json")
const db = new JsonDataBase("data/example.json")
See also the API documentation here.