换了文档推荐的工作方式,并且,为了使用热重载而将一些功能外挂为插件。这些功能并不一定要以插件形式存在。若有必要,可以合并进启动程序。

This commit is contained in:
Pyhtagodzilla
2025-07-25 21:22:55 +08:00
parent d456805d46
commit 758fe4b1f0
5 changed files with 153 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from sqlmodel import SQLModel, Session, select, create_engine
class Data(SQLModel, table=True):
__tablename__ = 'file'