Connection Pools
Properties
| Property | Type | Required | Description |
|---|---|---|---|
connection-uri | string | yes | Connection URI for the DB pool |
database | string | yes | Service database name |
mode | string | yes | PGBouncer pool mode Allowed values: transaction, statement, session. |
name | string | yes | Connection pool name |
size | integer | yes | Size of PGBouncer’s PostgreSQL side connection pool |
username | string | yes | Pool username |
Last updated on