mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
11 lines
366 B
Text
11 lines
366 B
Text
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL.
|
|
The following enhancements are added to the mysql_fdw:
|
|
Write-able FDW
|
|
Connection Pooling
|
|
Where clause push-down
|
|
Column push-down
|
|
Prepared Statment
|
|
Please note that this version of mysql_fdw works with PostgreSQL
|
|
9.6, 10, 11, 12 and 13.
|
|
|
|
WWW: https://github.com/EnterpriseDB/mysql_fdw
|