Skip to content

boltdb/boltd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boltd Project status

This server allows you introspect Bolt database in a web browser. The boltd tool gives you access to low-level page information and b-tree structures so you can better understand how Bolt is laying out your data.

Getting Started

To install boltd, use the go get command:

$ go get github.com/boltdb/boltd/...

And then run the boltd binary by passing in the path to your database:

$ boltd path/to/my.db

HTTP Integration

You can also use boltd as an http.Handler in your own application. To use it, simply add the handler to your muxer:

http.Handle("/introspect", http.StripPrefix("/introspect", boltd.NewHandler(mydb)))

About

An introspection tool for Bolt databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published