使用flask-sqlacodegen 从已有的mysql数据库表格中生成 Python 模型文件命令行如下

    安装

    1. pip install flask-sqlacodegen
    1. flask-sqlacodegen "mysql+pymysql://root:123456@127.0.0.1/table_det?charset=utf8mb4" --tables train_info --outfile "common/models/train_info.py" --flask