NeDB for the browser
This is an experimental work in progress. Not ready for use.
npm install nedb-browser --save
TODO
const Datastore = require('nedb-browser');
const db = new Datastore('file://users.db');
db.find({}, function(error, users) {
});
Copyright (c) 2016
Licensed under the MIT license.