Socket
Socket
Sign inDemoInstall

marsdb-levelup

Package Overview
Dependencies
90
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    marsdb-levelup

MarsDB storage implementation based on LevelUP (primarly for Node.js environment)


Version published
Maintainers
1
Created

Readme

Source

MarsDB-LevelUP

Build Status npm version Dependency Status

MarsDB storage implementation for LevelUP.

Usage

import Collection from ‘marsdb’;
import LevelStorageManager from 'marsdb-levelup';

// Setup different storage managers
Collection.defaultStorageManager(LevelStorageManager);

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 18 Mar 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