flask-sqlacodegen 自动生成model

flask-sqlacodegen 自动生成model

安装依赖

pip install pymssql
pip install flask-sqlacodegen

自动生成model

flask-sqlacodegen  是安装地址 

mssql+pymssql://sa:123456@localhost:1433/test  是连接地址

E:productmy_productmodels.py  是保存model地址

D:python3.6Scriptsflask-sqlacodegen mssql+pymssql://sa:123456@localhost:1433/test > E:productmy_productmodels.py
原文地址:https://www.cnblogs.com/shizhengwen/p/14124054.html