v1 - JSON Support

This commit is contained in:
Brian Buller 2015-04-23 14:54:49 -05:00
parent 5e794edfce
commit 3eeb040e4f
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
boltprint
=========
A quick Go program for printing out BoltDB files
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.