A simple web based boltdb GUI Admin panel.
MacOS (and ubuntu supported) installation via Brew:
brew tap isan-rivkin/toolbox
brew install boltdbwebAlternative, Download binary from releases.
boltdbweb --db-name=<DBfilename>[required] --port=<port>[optional]
--db-name:The file name of the DB.- NOTE: If 'file.db' does not exist. it will be created as a BoltDB file.
--port:Port for listening on... (Default: 8080)
boltdbweb --db-name=test.db --port=8089
Goto: http://localhost:8089


