You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Buller 3bbc6b0d0f Update 'README.md' 6 years ago
.gitignore Init commit 8 years ago
LICENSE Init commit 8 years ago
README.md Update 'README.md' 6 years ago
boltprint.go Move some things around a bit 7 years ago

README.md

boltprint

A quick Go program for printing out BoltDB files

Usage:

boltprint <file> [format]

If the 'format' option is not provided then a very basic 'tree' will be output Currently the only other format that is supported is json.

Disabled Feature: There is an option in the code to generate a test database file, just look at the 'gentest' branch of the parameter test.