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:

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

Under project settings on the left bar, click "Database":

Step 2: Find your connection URI

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

Click "Copy" and paste it into the Whalesync Postgres connection dialog. Replace [YOUR-PASSWORD] with the password you used when first setting up the database. If that wasn't you, reach out to whoever initially set the database up.

Last updated