mirror of https://github.com/etcd-io/bbolt.git
The import and export commands are a relic of early Bolt when the file format was not stable. If the file format changed then users could export their old data and import it into a new database with a new format. The Bolt DB file format is stable and will not change so this command is no longer needed. Thanks to Alejandro Gaviria for pointing this out. |
||
---|---|---|
.. | ||
bench.go | ||
buckets.go | ||
buckets_test.go | ||
check.go | ||
get.go | ||
get_test.go | ||
info.go | ||
info_test.go | ||
keys.go | ||
keys_test.go | ||
main.go | ||
main_test.go | ||
pages.go | ||
stats.go | ||
stats_test.go |