Skip to content

Releases: A-D-Team/grafanaExp

v1.4: change go-sqlite3 to "github.com/glebarez/sqlite"

12 Jul 14:17
Compare
Choose a tag to compare

修复 sqlite3 报错: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work.
改用:

"github.com/glebarez/sqlite"
"gorm.io/gorm"