https://github.com/liubin/boltdb-shell
A simple interactive shell to explore and manage buckets, keys and its values for boltdb file.
https://github.com/liubin/boltdb-shell
bolt boltdb database
Last synced: 2 months ago
JSON representation
A simple interactive shell to explore and manage buckets, keys and its values for boltdb file.
- Host: GitHub
- URL: https://github.com/liubin/boltdb-shell
- Owner: liubin
- License: apache-2.0
- Created: 2020-11-24T09:17:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T03:12:30.000Z (about 5 years ago)
- Last Synced: 2025-05-07T19:10:58.670Z (8 months ago)
- Topics: bolt, boltdb, database
- Language: Go
- Homepage:
- Size: 5.35 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boltdb-shell
A simple BoltDB shell for exploring buckets and keys.
## Install
```
$ go get github.com/liubin/boltdb-shell
$ boltdb-shell meta.db
```
## Support commands
- `create `: create bucket(or `mkdir`/`create_bucket`)
- `rm |`: delete bucket or key.
- `put `: put key value
- `cd ` or `cd ..` or `cd /`
- `ls`: list buckets or keys under current path
- `pwd`: show current path(under which bucket)
- `int `: show int value of ``
- `time `: show golang time value of ``
## Demo

converted by https://dstein64.github.io/gifcast/