leveldb-edit
v1.0.44
Published
Edit a LevelDB from the command line.
Downloads
66
Readme
leveldb-editor
Edit a LevelDB from the command line.
Installing
npm i leveldb-edit
You may want to run leveldb-edit
using npm.
Usage
Usage:
sudo npm run leveldb-edit -- [options] <path-to-leveldb>
Options:
--value-encoding -e <encoding> How the values are encoded in the db. Default: utf8
--read -r Read the database.
--write -w <entry> <value> Write an entry to the database.
--help -h Show this help.
Examples:
sudo npm run leveldb-edit -- file.ldb
Contributing
If you have a question or have difficulties using leveldb-edit
, 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.