Back
Airtable Wrapper
Overview
Airtable is an AI-native app platform that combines the flexibility of a spreadsheet with the structure of a relational database. Teams use it to build collaborative apps, manage workflows, and organize operational data across marketing, product, and project management.
The Airtable Wrapper brings your bases and tables into Postgres as queryable foreign tables. Query records with plain SQL, target specific views, and join Airtable data against your application data. It is read-only and works with Supabase Vault for secure API key management.
Supported Data Types
| Airtable Field Type | Postgres Type |
|---|---|
| Single line text, Long text, Email, URL, Phone | text |
| Number | numeric, integer, bigint, real, double precision |
| Currency, Percent | numeric |
| Autonumber | bigint |
| Single select | text |
| Multiple select | jsonb |
| Checkbox | boolean |
| Date | date |
| Created time, Last modified time | timestamp |
| Created by, Last modified by, User | jsonb |
| Multiple record links, Attachments, Lookup | jsonb |
Resources
Details
Third-party integrations and docs are managed by Supabase partners.