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