Add table wrapper struct for using Bolt DB instead of SQLite.

This commit is contained in:
Patrick Fairbank
2021-05-09 20:46:35 -07:00
parent 7028891d84
commit bd3921ce08
7 changed files with 520 additions and 0 deletions

1
go.mod
View File

@@ -19,5 +19,6 @@ require (
github.com/mitchellh/mapstructure v1.4.1
github.com/stretchr/testify v1.7.0
github.com/ziutek/mymysql v1.5.4 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
)