Database instance from pg-promise.
Optional
retryRetry options for all connection attempts. When not specified,
internal retryDefault
is used for re-connecting.
Not used for initial connection if retryInit
is specified.
Optional
retryRetry options, for the initial connection only. When not specified,
retryAll
is used, and if not set either - then retryDefault
.
Configuration interface for setting up a listener with specific database connection and retry behaviors.