Awesome
leveldb-editor
Edit a LevelDB from the command line.
Note: This tool is infinished. By now, it can only delete entries.
Installing
npm install -g leveldb-editor
You may want to run leveldb-editor
using npx.
Usage
Usage:
leveldb-editor [--value-encoding <env>] <path-to-leveldb>
Options:
--value-encoding -e How the values are encoded in the db. Default: utf8
Examples:
leveldb-editor foo/bar/data.leveldb
Contributing
If you have a question or have difficulties using leveldb-editor
, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.