Skip to content

kesla/level-cbatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#level-cbatchbuild status

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);
});

About

A chainable api for batch() in levelup

Resources

Stars

Watchers

Forks

Packages

No packages published