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)

Click Connect in your Supabase Project.

View session pooler parameters.
Creating the Connector in TextQL
Navigate to the TextQL Connectors Page and click New Connector.
Click Create Connector.

Select Supabase.
- 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.