cómo conectar sqlalchemy a mysql e implementarla
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