2015-04-23 19:50:59 +00:00
|
|
|
boltprint
|
|
|
|
=========
|
|
|
|
|
2015-04-23 19:54:49 +00:00
|
|
|
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 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.
|