marsdb-levelup

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i marsdb-levelup

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • a.artemev