标签:flask scripts oca mss nbsp 保存 mssql model python
安装依赖
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
标签:flask scripts oca mss nbsp 保存 mssql model python
原文地址:https://www.cnblogs.com/shizhengwen/p/14124054.html