bolt
bolt copied to clipboard
CLI removed commands
I have found the buckets
, keys
and get
commands quite useful in the past, but seems like they were removed in d0e8a99, any particular reason why? Would you be open to reintroducing them?
It was mainly removed because the functionality was a bit half-assed. I'm open to re-adding the functionality though.
I'd really like to have tools to manipulate the content of a database, especially since this is a Go-only library, I won't get to use a python lib to easily manipulate the content to do data migrations.
Having a dump, restore, ways to get, set, etc.. would be really important IMO.
Have you tried boltbrowser? It'd be nice to get something like that merged into the Bolt CLI. Working with binary keys & values over the CLI (without curses) would be difficult IMO.