db refactor

This commit is contained in:
Ben Johnson
2020-12-17 16:32:10 -07:00
parent b00095ccf5
commit 85e97cd6ac
4 changed files with 63 additions and 448 deletions

View File

@@ -3,6 +3,8 @@ package litestream
import (
"encoding/hex"
"strings"
_ "github.com/mattn/go-sqlite3"
)
// HexDump returns hexdump output but with duplicate lines removed.