Supabase Wrappers is a framework for building Postgres Foreign Data Wrappers (FDWs) that connects Postgres to external systems, enabling various possibilities such as on-demand Big Data, simplified onboarding, and simplified development. The framework supports multiple external systems, including Firebase, Stripe, Clickhouse, BigQuery, Snowflake, Oracle, S3, Airtable, and more, allowing developers to query remote data directly from their Postgres database using SQL. With Wrappers, developers can offload large datasets from their Postgres database to Data Warehouses, reducing reliance on data engineering infrastructure and enabling faster access to operational insights. The framework provides a common interface to the world, transforming any API into a dataset with a common interface, making it easier for developers to reason about data. Wrappers is built using Rust and supports async development, push down functionality, and various data types, allowing for secure and efficient querying of remote data sources.