1.0.2 • Published 5 years ago

simple-database-json v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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.

Links

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago