https://github.com/cions/leveldb-cli
A command-line interface for LevelDB
https://github.com/cions/leveldb-cli
chrome chromium cli forensics indexeddb leveldb
Last synced: 4 months ago
JSON representation
A command-line interface for LevelDB
- Host: GitHub
- URL: https://github.com/cions/leveldb-cli
- Owner: cions
- License: mit
- Created: 2020-02-09T06:01:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T10:49:40.000Z (10 months ago)
- Last Synced: 2025-08-26T13:26:51.053Z (10 months ago)
- Topics: chrome, chromium, cli, forensics, indexeddb, leveldb
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 54
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leveldb
[](https://github.com/cions/leveldb-cli/releases)
[](https://github.com/cions/leveldb-cli/blob/master/LICENSE)
[](https://github.com/cions/leveldb-cli/actions/workflows/ci.yml)
[](https://pkg.go.dev/github.com/cions/leveldb-cli)
[](https://goreportcard.com/report/github.com/cions/leveldb-cli)
A command-line interface for [LevelDB](https://github.com/google/leveldb). Supports Chromium's IndexedDB database (`idb_cmp1` comparer).
## Usage
```
$ leveldb init
$ leveldb get KEY
$ leveldb put KEY [VALUE]
$ leveldb delete KEY
$ leveldb keys
$ leveldb show
$ leveldb dump
$ leveldb load
$ leveldb repair
$ leveldb compact
$ leveldb destroy
```
## Installation
[Download from GitHub Releases](https://github.com/cions/leveldb-cli/releases)
### Build from source
```sh
$ go install github.com/cions/leveldb-cli/cmd/leveldb@latest
```
## License
MIT