Architecture overview v2

The MySQL data wrapper provides an interface between a MySQL server and a Postgres database. It transforms a Postgres statement (SELECT/INSERT/DELETE/UPDATE) into a query that is understood by the MySQL database.

Using mysql_fdw with Postgres