Socket
Socket
Sign inDemoInstall

marsdb-localforage

Package Overview
Dependencies
12
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    marsdb-localforage

MarsDB storage implementation for LocalForage


Version published
Weekly downloads
25
increased by108.33%
Maintainers
1
Install size
700 kB
Created
Weekly downloads
 

Readme

Source

MarsDB-LocalForage

Build Status npm version Dependency Status

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

Keywords

FAQs

Last updated on 13 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc