A graphical browser for Bolt databases using GoVCL.
https://code.ivysaur.me/yvbolt
doc | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
yvbolt
A graphical browser for Bolt databases using GoVCL.
This is an experimental application and you should generally prefer to use qbolt.
Features
- Supports Bolt databases using the upstream etcd.io/bbolt library
- Browse database content
- Recursive bucket support
- Safe handling for non-UTF8 key and data fields
- No CGO for easy cross-compilation
- Permissive ISC license
Usage
go build
- Download liblcl for your platform, or compile it yourself (tested with v2.2.3)
- Place the liblcl library file in the same directory as
yvbolt
- Run
yvbolt
and use the main menu to open a database