A simple interactive shell to explore and manage buckets, keys and its values for boltdb file.
https://github.com/liubin/boltdb-shell.git
A simple BoltDB shell for exploring buckets and keys.
$ go get github.com/liubin/boltdb-shell
$ boltdb-shell meta.db
create <bucket>: create bucket(or mkdir/create_bucket)rm <bucket>|<key>: delete bucket or key.put <key> <value>: put key valuecd <bucket> or cd .. or cd /ls: list buckets or keys under current pathpwd: show current path(under which bucket)int <key>: show int value of <key>time <key>: show golang time value of <key>
converted by https://dstein64.github.io/gifcast/