1 Star 0 Fork 16

Frank/FastAPI-Plus-Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dev_db_2_model.py 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
import os
from fastapi_plus.utils.sync_model import SyncModel
from app.config.db import db_config
# 同步Model:根据数据库中的表结构。
if __name__ == '__main__':
app_dir = os.path.dirname(os.path.abspath(__file__)) + os.sep + 'app'
SyncModel().sync(app_dir, db_config, is_use_base_model=True)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/icesoap/fastapi_demo.git
git@gitee.com:icesoap/fastapi_demo.git
icesoap
fastapi_demo
FastAPI-Plus-Demo
main

搜索帮助