
Supabase
Setup Tips
Supported Schemas
In general, Whalesync supports syncing custom Supabase tables. We want to prevent interfering with internal Supabase data, so we don't support syncing Postgres schemas that Supabase uses for its own internal purposes.
public
Any other non-Supabase provided schema
auth
extensions
graphql
graphql_public
pgbouncer
pgsodium
pgsodium_masks
realtime
storage
vault
Supported Fields
🏷️ Array
#️⃣ Bigint
📝 Bit
☑️ Boolean
📝 Composite
📅 Date
📅 Daterange
🔗 Domain
🔘 Enum
🖇️ Foreign Key
#️⃣ Geometric
#️⃣ Integer
#️⃣ Interval
🗃️Json
💱 Money
📝 Network
#️⃣ Numeric
⏱️ Range
📝 Text
📝 Textsearch
⏱️ Time
⏱️ Timestamp
🆔 Uuid
🗃️ XML
🔦 Binary
Things to Keep in Mind
During Setup
Renaming schema, tables, or columns will break Whalesync mappings If you rename a table/column, you'll need to remap the impacted table/column in Whalesync.
Handy Tips
Note that Whalesync does not yet support:
Whitelisted IP addresses
Custom SSL/TLS certificates
Last updated
Was this helpful?