Supabase
Find your Supabase connection URL.
1. Open a project
2. Click "Connect"

3. Copy connection URL
Make sure to use the Transaction Pooler URL. Compared to a direct connection, using a transaction pooler allows Stacksync to handle more connections without overwhelming the database with idle or long-lived connections. It provides better connection reuse, load isolation, and fault tolerance, ensuring stability even under high concurrency.

4. Paste your connection URL into Stacksync!

Make sure to fill up all fields, including the password as it may not be copied as part of the connection string.
If you do not activate IP firewall in Supabase, you do not need to activate IP whitelisting for your Supabase connection.
WARNING: In Supabase, only the default user called 'postgres' is compatible with Stacksync
That's it! 🥳
Last updated