Go to file
Brian Buller 3bbc6b0d0f Update 'README.md' 2016-12-29 12:05:18 -06:00
.gitignore Init commit 2015-04-23 15:50:59 -04:00
LICENSE Init commit 2015-04-23 15:50:59 -04:00
README.md Update 'README.md' 2016-12-29 12:05:18 -06:00
boltprint.go Move some things around a bit 2016-01-29 13:47:48 -06:00

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.