back to cgo sqlite3

This commit is contained in:
Xhofe
2022-02-25 23:55:57 +08:00
parent 3f2be8a6ca
commit 135d505192
6 changed files with 104 additions and 188 deletions

View File

@ -4,10 +4,10 @@ import (
"fmt"
"github.com/Xhofe/alist/conf"
"github.com/Xhofe/alist/model"
"github.com/glebarez/sqlite"
log "github.com/sirupsen/logrus"
"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"gorm.io/gorm/logger"
"gorm.io/gorm/schema"