Versions in this module Expand all Collapse all v0 v0.9.2 Sep 14, 2026 v0.9.1 Sep 14, 2026 Changes in this version + var Dialect = sqlcommon.Dialect + var ErrDSNRequired = errors.New("postgres: DSN is required") + func IsUniqueViolation(err error) bool + type Options struct + Keyring *crypt.Keyring + Pool sqlcommon.Pool + SkipMigrate bool + type Store struct + func Open(ctx context.Context, dsn string, o Options) (*Store, error)