Add MySQL/MariaDB for Integrations remote data.

Are you planning to add MySQL/MariaDB for Integrations remote data?

@chungwu Just curious, is mysql support something that you’re about to release soon, or should I start looking for a postgres-to-mysql adapter of some sort?

@yang any input on this?

Hi @handsome_mongoose, adding more SQL database integrations, especially MySQL protocol, is definitely something we want to get to, hopefully in this coming quarter!

For those reading this thread: I’ve been successfully using plasmic with mariadb using mysql_fdw (https://github.com/EnterpriseDB/mysql_fdw). Basically I setup a new postgres server to act as a “proxy”: plasmic => postgres => mariadb. It’s working for now, but we’ll see…