Database Credentials > Supabase

Find your Supabase credentials to connect with Draxlr

Every Supabase project is a full Postgres database. To connect it to Draxlr, you need the host, port, database name, user, and your database password.


Find Your Credentials

1: Open the Connect Dialog

In the Supabase dashboard, open your project and click the Connect button in the top bar.


2: Use the Session Pooler Connection

Use the Session pooler parameters (they work over IPv4, which is required for external tools like Draxlr):

  • Host: e.g., aws-0-us-east-1.pooler.supabase.com
  • Port: 5432
  • Database Name: postgres
  • Database User: postgres.<your-project-ref>

Note:

The direct connection host (db.<ref>.supabase.co) resolves to IPv6 on some plans. If a direct connection fails, use the session pooler details above.


3: Get the Database Password

The password is the database password you set when creating the project.

If you don't have it, go to Project Settings → Database and use Reset database password.


Allow Draxlr's IP Address

Supabase accepts connections from anywhere by default. If you enabled Network Restrictions (under Project Settings → Database), add 54.205.255.226 to the allowed list.


Connect in Draxlr

Go to Add Database, select Supabase, and enter the credentials above. See the Setup guide for the full connection flow.