mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-09-04 19:37:21 +00:00
This commit adds two new commands: bolt import --input INPUT PATH bolt export PATH This exports the database in a simple, nested, key/value JSON document. Each node in the document has a "key", a "value", and an optional "type". The key and value fields are both base64 encoded.