1.0.0 • Published 2 years ago

leveldb-editor v1.0.0

Weekly downloads
12
License
ISC
Repository
github
Last release
2 years ago

leveldb-editor

Edit a LevelDB from the command line.

Note: This tool is infinished. By now, it can only delete entries.

asciicast

npm version ISC-licensed support me via GitHub Sponsors chat with me on Twitter

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.