在cmd中使用pip 安装pip install sqlacodegen
在使用"sqlacodegen --noviews --noconstraints --noindexes --outfile ./auto_file/models.py mysql://root:root@127.0.0.1:3306/test"
生成表的models.py 文件。修改文件可以直接链接数据表
参考:https://blog.csdn.net/qq_24964575/article/details/89516955
网友评论