数据库更换为SQlite-go

This commit is contained in:
2026-07-23 12:42:54 +08:00
parent 9118972a7a
commit c677eb6cfa
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type User struct {
func InitDB() error { func InitDB() error {
var err error var err error
DB, err = sql.Open("sqlite3", "./frpc-console.db") DB, err = sql.Open("sqlite", "./frpc-console.db")
if err != nil { if err != nil {
return err return err
} }
BIN
View File
Binary file not shown.