chore: replace sqlite lib with prue go lib

This commit is contained in:
1808837298@qq.com
2025-02-11 18:34:34 +08:00
parent 13d1b8203c
commit 3a2e22443f
3 changed files with 34 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
package model
import (
"github.com/glebarez/sqlite"
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"log"
"one-api/common"