Skip to content

livermorium/flask-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-MySQL

Flask-MySQL allows you to access MySQL directly from your flask application.

To install it :

pip install flask-pyMySQL

To commit to pip

python3 -m pip install setuptools wheel
python3 setup.py sdist bdist_wheel

python3 -m pip install twine

twine upload dist/*

refer: https://zhuanlan.zhihu.com/p/37987613

About

Flask extension for python-mysql

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%