0.0.3 • Published 10 years ago

level-perstore v0.0.3

Weekly downloads
3
License
BSD
Repository
github
Last release
10 years ago

level-perstore

A perstore interface that persists data using LevelDB.

Build Status

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