boltprint/README.md

15 lines
391 B
Markdown
Raw Permalink Normal View History

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:
2016-12-29 18:04:50 +00:00
```
2015-04-23 19:54:49 +00:00
boltprint <file> [format]
2016-12-29 18:04:50 +00:00
```
2015-04-23 19:54:49 +00:00
If the 'format' option is not provided then a very basic 'tree' will be output
2016-12-29 18:05:18 +00:00
Currently the only other format that is supported is json.
2015-04-23 19:54:49 +00:00
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.