Releases: A-D-Team/grafanaExp
Releases · A-D-Team/grafanaExp
v1.4: change go-sqlite3 to "github.com/glebarez/sqlite"
修复 sqlite3 报错: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work.
改用:
"github.com/glebarez/sqlite"
"gorm.io/gorm"