PostgreSQL Driver
Driver Name: postgresql
Driver Connection String Options:
- db: Required. Database Name.
- host: Required. This is the hostname or IP address of the server. If not using the default port of 5432, may append a ":port#" to the end of the host. For specifying multiple hosts in a pool, hosts should be comma delimited. Cannot be used with socketpath.
host=10.40.30.2,10.50.30.2:15432
- application_name: Optional. Application name to register with the server for debugging purposes.
Minimum supported server version is v9.5.0. Earlier versions did not support 'ON CONFLICT' conflict resolution for INSERT.