Documentation Index
Fetch the complete documentation index at: https://docs.textql.com/llms.txt
Use this file to discover all available pages before exploring further.
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)


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

- 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

Having trouble connecting? See the Network Configuration Guide for firewall and IP whitelisting setup.