Versions in this module Expand all Collapse all v0 v0.1.0 Apr 8, 2026 Changes in this version + func NewPostgresBackend(host string, port int, user, password, database string, opts ...option) *postgresBackend + func NewPostgresBackendWithDB(db *sql.DB, opts ...option) *postgresBackend + func WithApplyMigrations(applyMigrations bool) option + func WithBackendOptions(opts ...backend.BackendOption) option + func WithPostgresOptions(f func(db *sql.DB)) option