level-perstore
v0.0.3
Published
a perstore implementation for leveldb
Downloads
12
Maintainers
Readme
level-perstore
A perstore interface that persists data using LevelDB.
Example
var LevelUp = require('levelup'),
Sublevel = require('level-sublevel'),
Store = require('level-perstore'),
db = SubLevel(LevelUp('./db')),
userDb = db('user'),
userStore = Store({
db: userDb
});
// TODO: show some store interaction
Methods
TODO: list the methods
Install
With npm do:
npm install level-perstore
License
New BSD License. All code is developed under the terms of the Dojo Foundation CLA.
© 2014 Ben Hockey