Versions in this module Expand all Collapse all v1 v1.4.1 Nov 1, 2025 v1.4.0 Oct 31, 2025 Changes in this version + func NewPostgresBackend(host string, port int, user, password, database string, opts ...option) *postgresBackend + func WithApplyMigrations(applyMigrations bool) option + func WithBackendOptions(opts ...backend.BackendOption) option + func WithPostgresOptions(f func(db *sql.DB)) option