Answers for "how to connect sqlalchemy to mysql and deploy it"

SQL
0

how to connect sqlalchemy to mysql and deploy it

mysqlclient==1.4.2.post1
# Install this first and then use the line 
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://<username>:<password>@<host>/<dbname>'
Posted by: Guest on October-10-2021

Code answers related to "how to connect sqlalchemy to mysql and deploy it"

Code answers related to "SQL"

Browse Popular Code Answers by Language