0.1.0 • Published 9 years ago
marsdb-localstorage v0.1.0
MarsDB-LocalStorage
MarsDB storage implementation for LocalStorage.
Usage
import Collection from ‘marsdb’;
import LocalStorageManager from 'marsdb-localstorage';
// Setup different storage managers
Collection.defaultStorageManager(LocalStorageManager);
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