Skip to content

nedbhq/nedb-browser

Repository files navigation

nedb-browser

NeDB for the browser

This is an experimental work in progress. Not ready for use.

Installation

npm install nedb-browser --save

Documentation

TODO

Complete Example

const Datastore = require('nedb-browser');

const db = new Datastore('file://users.db');

db.find({}, function(error, users) {

});

License

Copyright (c) 2016

Licensed under the MIT license.

About

[WIP] Browser compatible NeDB storage adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published