marsdb-localstorage

MarsDB storage implementation for LocalStorage


Keywords
mongo, minimongo, embedded, localstorage, db, database, meteor
License
MIT
Install
bower install marsdb-localstorage

Documentation

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