0.1.0 • Published 8 years ago

marsdb-localstorage v0.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

MarsDB-LocalStorage

Build Status npm version Dependency Status

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