Bolt Explorer is a simple TUI tool to inspect bbolt databases. It was initially developed for observIQ's observathon on May 25, 2023.
First build the go binary from the project root.
go build
Execute the binary with a filename as the first argument
./bolt-explorer /Path/To/Database/File