Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 231 Bytes

boltdb dump/restore

usage

  • dump BOLTDB_FILE.db > dump.json - converts the DB to json
  • restore dump.json - creates a boltdb called OUT.db from the json

build

  • make all

bugs

Many, this is a quick hack.