Supabase
You can connect your Supabase database to Altertable to query and analyze your data.
To add a new Supabase connection:
- Navigate to the Connections section in the dashboard
- Click New connection
- Select Supabase as the engine
- Fill in the connection details:
- Host: The hostname or IP address of your Supabase server
- Port: The port number (default: 5432)
- Database: The name of the database to connect to
- Schema (optional): The name of the schema to connect to
- Username: Your Supabase username
- Password: Your Supabase password
- Click Save Connection

Once connected, you can start querying your Supabase database through Altertable's SQL engine.
Caveats
You will need to use Transaction Pooler connection method. Direct connection and session pooler methods don't work with Altertable for now.