Skip to content

nisaacson/leveldb-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Leveldb import & export with json

Resources

Stars

Watchers

Forks

Packages

No packages published