2893 add data wrapper for mysql (#2970)
* Add mysql_fdw to postgres dockerfile * Name and run detached docker containers * Fix naming
This commit is contained in:
@ -37,6 +37,11 @@ connectionSource
|
||||
'create extension "wrappers"',
|
||||
);
|
||||
|
||||
await performQuery(
|
||||
'CREATE EXTENSION IF NOT EXISTS "mysql_fdw"',
|
||||
'create extension "mysql_fdw"',
|
||||
);
|
||||
|
||||
const supabaseWrappers = [
|
||||
'airtable',
|
||||
'bigQuery',
|
||||
|
||||
Reference in New Issue
Block a user