jsonnrdatabase
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i jsonnrdatabase

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.42 kB

Total Files

4

Last publish

Collaborators

  • lrs35211