boltd icon indicating copy to clipboard operation
boltd copied to clipboard

An introspection tool for Bolt databases.

Results 4 boltd issues
Sort by recently updated
recently updated
newest added

to install use: `go install github.com/boltdb/boltd/cmd/boltd@latest`

i started the boltd, what url i need to open in browser to see the values?

Boltd cannot open database file which start with a dot, for example go torrent lib use a file name : ".torrent.bolt.db"

The docs say you can do this: ``` http.Handle("/introspect", http.StripPrefix("/introspect", boltd.NewHandler(db))) ``` But it doesn't work since Boltd's `/` handler redirects to `/page` - not to `/instrospect/page`. To be honest...