Skip to content

tgulacsi/leveldb-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Purpose

leveldb-tools provides a simple way to dump your LevelDB (esp. goleveldb ) database in a general, easily parsable cdbmake format.

It also provides a way to load from such formatted input.

Usage

Dump LevelDB database

leveldb-tools dump my.leveldb >my.cdbmake

Load from cdbmake-like source

leveldb-tools load my.leveldb <my.cdbmake

For example, cznic's kv database can be dumped in cdbmake format:

kvaudit -d my.kvdb | leveldb-tools load my.leveldb

About

Tools for dumping/loading from/to syndtr/LevelDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages