@nuff-said/jsondb

1.0.0 • Public • Published

A compact disk json database in just 407 bytes

import jsondb from '@nuff-said/time-ago'

const db = jsondb("./data.json");

db.get() // => {}
db.set({foo: "bar"});
db.get() // => {foo: "bar"}

Installation

$ npm i @nuff-said/jsondb

Contributing

All contributions are welcome! Feel free to file an issue, point out an optimization or even push a PR!

License

This project uses the GPL-3.0 license.

Readme

Keywords

Package Sidebar

Install

npm i @nuff-said/jsondb

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Unpacked Size

1.54 kB

Total Files

3

Last publish

Collaborators

  • siddharthshyniben