Hey, I realise from the documents that the recommended backends for prefect are
- Sqlite3
- PostgreSQL
but I still want to know if MySQL can be patched in as a server database? We’d prefer to not use more backend databases than necessary. I was wondering if MySQL can be a supported backend DB since Sqlite3 is also supported and the queries are made via SQLAlchemy.
Thanks