marsdb-localstorage

0.1.0 • Public • Published

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

/marsdb-localstorage/

    Package Sidebar

    Install

    npm i marsdb-localstorage

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • a.artemev