Add New Connector
To add a PostgreSQL connector:- Select Connectors in the left sidebar and click “New Connector”
- Select PostgreSQL from the list of connectors
- Fill in the connection details below and click “Create Connector”
- Select the schemas and tables you want to sync
- Configure your sync schedule
Your PostgreSQL database must have TLS/SSL enabled. Evidence requires encrypted connections for security.If you’re using Supabase, enable “Enforce SSL on incoming connections” in your database settings. See Supabase SSL Enforcement for details.
Connection Options
The hostname or IP address of your PostgreSQL server. For Supabase, use the Session Pooler connection string from your project’s database settings.
The port number for your PostgreSQL server
The username for database authentication
The password for database authentication
The name of the database to connect to
How to connect to your database
Automatically trust the server’s SSL/TLS certificates. Enable this for cloud databases like Supabase, AWS RDS, or other providers that use custom certificate authorities.
SSH Tunnel Options
If using SSH Tunnel connection type:The hostname of your SSH server
The port number for SSH connection
The username for SSH authentication

