Resume using the modernc.org sqlite driver so it works with CGO_ENABLED=0

This commit is contained in:
David Dworken
2022-09-21 19:49:24 -07:00
parent 486feb3fea
commit fb401dab88
4 changed files with 87 additions and 151 deletions

View File

@ -26,7 +26,6 @@ import (
_ "embed" // for embedding config.sh
// an alternate non-cgo-requiring sqlite driver
"gorm.io/gorm"
"github.com/fatih/color"