This commit is contained in:
Sakurasan
2023-03-30 03:29:08 +08:00
parent 9b20635bcf
commit 6a6fca6c88
4 changed files with 31 additions and 12 deletions

View File

@@ -4,7 +4,8 @@ import (
"log"
"os"
"gorm.io/driver/sqlite"
// "gorm.io/driver/sqlite"
"github.com/glebarez/sqlite"
"gorm.io/gorm"
)