EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

Possible to support MemSQL which is protocol compatible? #149

Open bdbusch opened 6 years ago

bdbusch commented 6 years ago

We've got it to work from PG9.6.1 to MemSQL8.5.8, but have to set a enable_binary_protocol=true flag in MemSQL. cf. https://docs.memsql.com/concepts/v6.0-beta/prepared-statements/

We'd love to be able to reach out to MemSQL from PG!