How do I connect to a remote MySQL db using Flask Application Factory and Peewee FlaskDB
I’m learning Flask and have been developing an app, and everything has been working fine while using a SQLite database. But, I’m not getting anywhere when attempting to connect to a remote MySQL server (with or without SSL).