Supabase connection guide

Connect a Postgres database hosted on Supabase

Ben McRedmond avatar
Written by Ben McRedmond
Updated over a week ago

Supabase only supports Postgres databases. To get started sign in to Supabase and ensure the correct project is selected in the header.

Finding connection details

  1. Once you’re on the correct project, select the cog icon for “Settings” in the sidebar.

  2. Click “Database” in the sidebar and scroll to the bottom of the page.

  3. Copy the connection string at the bottom, substituting [YOUR-PASSWORD] for the password you created when setting up the database. If you don’t know the password ask the person on your team that created the database.

  4. In Equals, select “Use connection string instead” and paste the string with the substituted password.

  5. Equals should now be able to connect to your database.

Allowing access from our IP

Supabase does not support limiting inbound connections by IP address and so no further action is required beyond the steps above.

Did this answer your question?