1.0.1 • Published 5 months ago

jsonnrdatabase v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

JSONNRDatabase

A JSON-based non-relational database (?)

JSONNRDatabase is a non-relational database based on JSON (it's in the name), and it is very easy to use.
Just modify the data itself!

It is used like this:

const { Database } = require('jsondatabase');
const db = new Database('./jar.json');

this.data['mouse'] = 'cat';
db.sync();

Yes, it is that easy.

1.0.1

5 months ago

1.0.0

5 months ago