@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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @nuff-said/jsondb

Weekly Downloads

1

Version

1.0.0

License

GPL-3.0

Unpacked Size

1.54 kB

Total Files

3

Last publish

Collaborators

  • siddharthshyniben