搭建好了一个框架,准备实现数据库相关功能

This commit is contained in:
2025-04-28 17:13:46 +08:00
parent b8c2cb52c4
commit 8e352cfe58
5 changed files with 78 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
ListenPort: 25005
DB:
Type: "SQLite"
Path: "" # not need if use SQLite
Path: "./scheduler.db" # not need if use SQLite
Port: "" # not need if use SQLite
User: "" # not need if use SQLite
Password: "" # not need if use SQLite