Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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>'
 
PREVIOUS NEXT
Tagged: #connect #sqlalchemy #mysql #deploy
ADD COMMENT
Topic
Name
2+7 =