flask-sqlacodegen 自动生成model
作者:互联网
flask-sqlacodegen 自动生成model
安装依赖
pip install pymssql pip install flask-sqlacodegen
自动生成model
flask-sqlacodegen 是安装地址
mssql+pymssql://sa:123456@localhost:1433/test 是连接地址
E:\product\my_product\models.py 是保存model地址
D:\python3.6\Scripts\flask-sqlacodegen mssql+pymssql://sa:123456@localhost:1433/test > E:\product\my_product\models.py
标签:product,sqlacodegen,flask,pip,pymssql,model 来源: https://www.cnblogs.com/shizhengwen/p/14124054.html