Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 881 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 881 Bytes

LevelDB GUI Viewer and Dumper

This repository contains executables (source code coming soon) to view LevelDB's in a GUI or to dump them to a sqlite database and CSV file.

Special Note:

To use the either program make sure you make a copy of the levelDB directory that you want to view/dump Once you view it and dump it the programs will no longer be able to read from them so you will have to get a cew copy of them.

leveldb-dump.exe Usage

Leveldb-dump.exe

is the directory that the levelDB database resides in.

the base file name that the sqlite database and csv files will be created under.

leveldb_viewer.exe

Leveldb_viewer.exe

Under the File menu option choose open database. Navigate to the directory that the levelDB data resides in and click open to view the key value pairs.