0.0.5 • Published 10 years ago

leveldb-json v0.0.5

Weekly downloads
10
License
ISC
Repository
github
Last release
10 years ago

LevelDB JSON Load and Dump

Build Status

NPM

Installation

npm install -g leveldb-json

Command Line Usage

To dump the contents of an existing leveldb instance execute

leveldb-dump-to-json --file /path/to/json/file --db /path/to/leveldb

To load the contents of previous json dump into a leveldb instance execute

leveldb-load-from-json --file /path/to/json/file --db /path/to/leveldb