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:
martmull
2023-12-13 14:56:52 +01:00
committed by GitHub
parent 9182efc57a
commit 366ae0d448
3 changed files with 17 additions and 5 deletions

View File

@@ -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',