This package has been deprecated

Author message:

I wrote this module a very long time ago; you should use something else.

level-lvldump

0.0.0 • Public • Published

level-lvldump

  • Returns some middlewares you can use to make dumping/pushing your leveldb over http possible
  • Mostly to solve the "leveldb on nodejitsu" problem
  • Kind of a hack
  • Might break your leveldb for all I know (gotta ask rvagg about that one)

API

var dump = require('level-lvldump')(db);
  • dump.dump is a middleware that will pipe back a tarball using system tar
  • dump.push is a middleware that will unpack a tarball using system tar

License

MIT/X11

Package Sidebar

Install

npm i level-lvldump

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • jesusabdullah