You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to attach MySQL databases to pg_duckdb so that I can perform all the duckdb related tasks inside PostgreSQL.
For example, copy data from MySQL tables to parquet files stored in S3, join MySQL tables with data from S3, and so on.
It appears that there isn't any documentation available regarding this yet.
The MySQL extension has already been installed.
postgres=# SELECT * FROM duckdb.extensions;
name | enabled
-------+---------
mysql | t
(1 row)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why do you want this feature?
I want to attach MySQL databases to pg_duckdb so that I can perform all the duckdb related tasks inside PostgreSQL.
For example, copy data from MySQL tables to parquet files stored in S3, join MySQL tables with data from S3, and so on.
It appears that there isn't any documentation available regarding this yet.
The MySQL extension has already been installed.
Beta Was this translation helpful? Give feedback.
All reactions