feature:基本框架
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""SQLAlchemy 2.0 声明式基类,所有 ORM 模型继承。"""
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
pass
|
||||
Reference in New Issue
Block a user