
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?