Connections
PostgreSQL
Connect to PostgreSQL databases with Relay.
Connection Settings
| Field | Description |
|---|---|
| Host | Server hostname or IP address |
| Port | Default: 5432 |
| Database | Database name |
| Username | PostgreSQL user |
| Password | User password |
Connection String
You can also connect using a PostgreSQL connection URI:
postgresql://user:password@host:5432/databasePaste the URI into the connection string field and Relay will parse it automatically.
SSL Connections
For SSL-enabled servers, toggle Use SSL in the connection settings. See SSL Configuration for advanced options.
SSH Tunnel
To connect through a bastion host, enable SSH Tunnel and configure the tunnel settings. See SSH Tunnels for details.