Cloud API Overview > @adpt/cloud > postgres > PostgresProviderProps
postgres.PostgresProviderProps interface
Props for the postgres.PostgresProvider() component
Signature:
export interface PostgresProviderProps
Properties
Property | Type | Description |
---|---|---|
database | string | Postgres database name as it would appear in the PGDATABASE environment variable |
host | string | Hostname for the Postgres database as it would appear in the PGHOST environment variable |
password | string | Postgres password as it would appear in the PGPASSWORD environment variable |
user | string | Postgres username as it would appear in the PGUSER environment variable |