level-cbatch

0.0.1 • Public • Published

#level-cbatch

A chainable api for batch() in levelup

example

levelup(dir, { createIfMissing: true }, function(err, db) {
    cbatch(db); 

    db.cbatch()
    	.put('foo', 'bar')
    	.del('hello')
    	.exec(callback);
});

Readme

Keywords

none

Package Sidebar

Install

npm i level-cbatch

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • kesla