Versions in this module Expand all Collapse all v0 v0.6.0 Feb 5, 2025 Changes in this version + func NewPostgresBackend(opts *PostgresOptions, logger backend.Logger) backend.Backend + type PostgresOptions struct + ActivityLockTimeout time.Duration + OrchestrationLockTimeout time.Duration + PgOptions *pgxpool.Config + func NewPostgresOptions(host string, port uint16, database string, user string, password string) *PostgresOptions