boltdb-dump

command module
v0.0.0-...-1587825 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2016 License: MIT Imports: 5 Imported by: 0

README

boltdb-dump

Command to dump a human-readable BoltDB to stdout. This works with buckets at any level, not just the top-level.

Note: currently this will only be readable with string keys and values such as JSON. If you're using MsgPack or Protocol Buffers for your values, then this program won't do what you want (yet).

Install

go get -u github.com/chilts/boltdb-dump

Usage

There are (currently) no options, nor anythin fancy. Just pass the db file you want to dump:

boltdb-dump database.db

An example of a blog site with users and domains:

[users]
  chilts
    {"UserName":"chilts","Email":"andychilton@gmail.com"}
[domains]
  [chilts.org]
    [authors]
      andrew-chilton
    [posts]
      first-post
        {"PostName":"first-post","Title":"First Post","Content":"Hello, World!"}
  [blog.appsattic.com]
    [authors]
      andrew-chilton
    [posts]

Author

Andrew Chilton - @andychilton.

License

MIT.

(Ends)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL