Supabase Account Details

To connect TextQL with your Supabase database, you will need to gather the following information from your Supabase account:
  • Host URL and Port (default: 5432)
  • Username and Database password
  • Database (default: postgres)
Navigate to your Supabase project, and click Connect.
New Connector

Click Connect in your Supabase Project.

Scroll to the bottom of the form and click View Parameters under the Session Pooler tab. This will open a dropdown with your host url, port, database, and user.
New Connector

View session pooler parameters.

Our connectors by default connect via IPv4. Supabase databases support session pooler with IPv4 for free.

Creating the Connector in TextQL

Navigate to the TextQL Connectors Page and click New Connector.
New Connector

Click Create Connector.

Select Supabase from the available connectors to open the configuration form.
Click Supabase

Select Supabase.

The form requires the following information:
  • Connector Name: A descriptive name to identify this specific Supabase connection in TextQL.
  • Host URL: The endpoint URL of your Supabase database.
  • Port: The port number for your Supabase connection (default is 5432).
  • User: postgres
  • Password: Database password
  • Database: postgres
Supabase Connector Form

Supabase Connector Form.