leveldb-editor

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i leveldb-editor

Weekly Downloads

16

Version

1.0.0

License

ISC

Unpacked Size

9.59 kB

Total Files

6

Last publish

Collaborators

  • derhuerst