换了文档推荐的工作方式,并且,为了使用热重载而将一些功能外挂为插件。这些功能并不一定要以插件形式存在。若有必要,可以合并进启动程序。
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from sqlmodel import SQLModel, Session, select, create_engine
|
||||
|
||||
class Data(SQLModel, table=True):
|
||||
__tablename__ = 'file'
|
||||
Reference in New Issue
Block a user