利用flask-sqlacodegen快速導入ORM表結構

利用flask-sqlacodegen快速導入ORM表結構

 

友情提示:若是是使用pymysql請預先pip install 哦~python

這是window下使用virtualenv環境下執行的mysql

Linux用戶可能使用起來不太同樣git

 

(env) d:\MyProject>flask-sqlacodegen --outfile models.py  --flask mysql
+pymysql://mysqlusername:mysqlpass@127.0.0.1/dbname

 

幾個有用的連接github

https://pypi.python.org/pypi/flask-sqlacodegen/sql

https://github.com/ksindi/flask-sqlacodegenflask

https://simpletutorials.com/c/2217/SQLAlchemy%20Code%20Generationspa

相關文章
相關標籤/搜索