1.1.2 • Published 6 years ago

@staltz/jsondown v1.1.2

Weekly downloads
1
License
BSD
Repository
github
Last release
6 years ago

Travis

This is a drop-in replacement for LevelDOWN that writes to a JSON file on disk.

It also retains the contents of the entire JSON file in memory, so it's only really useful for debugging purposes and/or very small data stores that need just a pinch of persistence.

Example

var levelup = require('levelup');
var db = levelup('./mydata.json', { db: require('jsondown') });

db.put('foo', 'bar');
1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago