Overview of Supabase Postgres Foreign Data Wrappers
mainSupabase Wrappers is a collection of Postgres Foreign Data Wrappers (FDWs) that allow you to access external data sources directly from your Postgres database as if they were local tables.
Supported FDWs include:
- BigQuery: Supports data read and modify.
- Clickhouse: Supports data read and modify.
- Stripe: Supports data read and modify.
- Firebase: Supports data read only.
- Airtable: Supports data read only.
- S3: Supports data read only.
- Logflare: Supports data read only.
- Auth0: Access Auth0 data.
- Cognito: Access AWS Cognito data.
- SQL Server: Supports data read only.
- Redis: Supports data read only.
- HelloWorld: A demo FDW for development reference.