1.0.0 • Published 1 year ago

@nuff-said/jsondb v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

@nuff-said/jsondb

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.

1.0.0

1 year ago