marsdb-localforage
v0.1.0
Published
MarsDB storage implementation for LocalForage
Downloads
156
Maintainers
Readme
MarsDB-LocalForage
MarsDB storage implementation for LocalForage.
Usage
import Collection from ‘marsdb’;
import LocalForageManager from 'marsdb-localforage';
// Setup different storage managers
Collection.defaultStorageManager(LocalForageManager);
const users = new Collection(‘users’);
Contributing
I’m waiting for your pull requests and issues.
Don’t forget to execute gulp lint
before requesting. Accepted only requests without errors.
License
See License