Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T19:57:02.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T23:53:24.120Z (about 1 month ago)
- Topics: cli, command-line, editor, leveldb, terminal
- Language: JavaScript
- Homepage: https://github.com/derhuerst/leveldb-editor
- Size: 27.3 KB
- Stars: 6
- Watchers: 3
- 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.
[![asciicast](https://asciinema.org/a/134893.png)](https://asciinema.org/a/134893)
[![npm version](https://img.shields.io/npm/v/leveldb-editor.svg)](https://www.npmjs.com/package/leveldb-editor)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/leveldb-editor.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](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).