How do I set up MotherDuck to work with Supabase?
MotherDuck does not natively integrate with Supabase, but you can connect MotherDuck to Postgres databases (like those managed by Supabase) using DuckDB's Postgres extension—however, this must be done locally, as MotherDuck does not yet support the Postgres extension server-side. You can use DuckDB to read from your Supabase Postgres instance and then write or sync data into MotherDuck for analytics or sharing. See MotherDuck Docs: Loading Data from Postgres for step-by-step instructions.If you want to use Supabase as a data source for MotherDuck, you will need to run DuckDB locally, connect to your Supabase Postgres instance, and then transfer data into MotherDuck. Direct, server-side integration between MotherDuck and Supabase is not currently available or documented. Would you like more detail on the workflow or example code for this process?Sources: - Loading data from Postgres
💡 Hint: Mention RunLLM in the thread for followups.
.png)