https://github.com/derhuerst/leveldb-editor
[unfinished] – Edit a LevelDB from the command line.
https://github.com/derhuerst/leveldb-editor
cli command-line editor leveldb terminal
Last synced: about 1 year ago
JSON representation
[unfinished] – Edit a LevelDB from the command line.
- Host: GitHub
- URL: https://github.com/derhuerst/leveldb-editor
- Owner: derhuerst
- License: isc
- Created: 2017-08-24T22:13:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T19:57:02.000Z (over 4 years ago)
- Last Synced: 2025-03-28T16:21:23.290Z (over 1 year ago)
- Topics: cli, command-line, editor, leveldb, terminal
- Language: JavaScript
- Homepage: https://github.com/derhuerst/leveldb-editor
- Size: 27.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# leveldb-editor
**Edit a [LevelDB](https://leveldb.org/) from the command line.**
*Note*: This tool is infinished. By now, it can only delete entries.
[](https://asciinema.org/a/134893)
[](https://www.npmjs.com/package/leveldb-editor)

[](https://github.com/sponsors/derhuerst)
[](https://twitter.com/derhuerst)
## Installing
```shell
npm install -g leveldb-editor
```
You may want to run `leveldb-editor` using [npx](https://www.npmjs.com/package/npx).
## Usage
```shell
Usage:
leveldb-editor [--value-encoding ]
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](https://github.com/derhuerst/leveldb-editor/issues).