leveldb-json icon indicating copy to clipboard operation
leveldb-json copied to clipboard

Leveldb import & export with json

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