Skip to main content

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
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
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
Select Supabase from the available connectors to open the configuration form.
Click 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
Having trouble connecting? See the Network Configuration Guide for firewall and IP whitelisting setup.