npm.io
0.0.0 • Published 13 years ago

level-lvldump

Licence
MIT
Version
0.0.0
Deps
0
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

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

Keywords