Skip to content

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

Latest
Compare
Choose a tag to compare
@purpleroc purpleroc released this 12 Jul 14:17

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

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