Supabase Wrappers is a collection of PostgreSQL extensions (written in Rust) that allow Postgres to interact with external systems like APIs, files, and other databases. It uses Foreign Data Wrappers (FDWs) to treat external resources as if they were native SQL tables, enabling seamless integration with external services directly from SQL queries.

Features

  • PostgreSQL FDWs for APIs, CSV, SQLite, and more
  • Query external data as if it's inside the Postgres database
  • Written in Rust for performance and safety
  • Integrates with Supabase and PostgreSQL natively
  • Enables SQL-based access to heterogeneous data sources
  • Extensible framework for custom wrapper development

Project Samples

Project Activity

See All Activity >