:::info[Required extra]
This connection requires the postgres extra. See Installation.
:::
Test data in Postgres or Postgres-compatible databases (e.g. RisingWave).
servers:
- server: postgres
type: postgres
host: localhost
port: 5432
database: postgres
schema: public
| Variable | Example | Description |
|---|---|---|
DATACONTRACT_POSTGRES_USERNAME |
postgres |
Username |
DATACONTRACT_POSTGRES_PASSWORD |
mysecretpassword |
Password |