Supabase

How to find get your Postgres connection URI when using Supabase

Step 1: Find your database

Navigate to the Supabase dashboard. You should see a list of databases. Click on the one you want to connect:

Screenshot of a database on the Supabase dashboard
Pick your base

In the sidebar click the gear icon to go to "Project Settings":

Screenshot of the project settings icon in Supabase
Project settings for your database

Click "Connect" on the upper part of the Settings dashboard:

Project settings

Step 2: Find your connection URI

Under the "Connection string" section, select the "URI" tab:

"Copy" and paste it into Whalesync.

Replace [YOUR-PASSWORD] with your database password. (ask a developer on your team if you don't know it)

Screenshot of the Whalesync Supabase connection dialog
Enter your Supabase connection URI into Whalesync

Last updated

Was this helpful?