Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.
/ marsdb-levelup Public archive

MarsDB storage implementation based on LevelUP

License

Notifications You must be signed in to change notification settings

c58/marsdb-levelup

Repository files navigation

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

About

MarsDB storage implementation based on LevelUP

Resources

License

Stars

Watchers

Forks

Packages

No packages published