Comment connecter Sqlalchemy à MySQL et le déployer

mysqlclient==1.4.2.post1
# Install this first and then use the line 
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://<username>:<password>@<host>/<dbname>'
Cute Capuchin