PostgreSQL
Connection Parameters
Section titled “Connection Parameters”When adding a PostgreSQL connection in Tracelake, you’ll need to provide the following information:
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Host | String | Yes | PostgreSQL server hostname or IP address | postgresql.example.com |
| Port | Integer | No | PostgreSQL server port (default: 5432) | 5432 |
| Username | String | Yes | Database username for authentication | postgres |
| Password | Password | Yes | Database password for authentication | ******** |
| Database | String | No | Database name (optional, connects to default database if not specified) | mydatabase |