feat(build): replace sqlite driver with which does not depend cgo (#52)

This commit is contained in:
Li4n0
2022-01-08 17:19:09 +08:00
committed by GitHub
parent 4e74171dc5
commit 82a20236e1
3 changed files with 130 additions and 13 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package database
import (
"strings"
"gorm.io/driver/sqlite"
"github.com/glebarez/sqlite"
"gorm.io/gorm"
)