jul11co-levelstore

0.0.2 • Public • Published

jul11co-levelstore

Jul11Co's Levelstore

Installation

From npm

npm install --save jul11co-levelstore

Usage

  • LevelStore APIs
var LevelStore = require('jul11co-levelstore');

var store = new LevelStore(PATH_TO_LEVEL_DB);

store.set(key, value, callback);
store.get(key, callback); // callback = function(err, value){}

store.update(key, value, callback);
store.push(key, value, callback);
store.delete(key, callback);

License

Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)

Readme

Keywords

Package Sidebar

Install

npm i jul11co-levelstore

Weekly Downloads

2

Version

0.0.2

License

Apache-2.0

Last publish

Collaborators

  • jul11co