Versions in this module Expand all Collapse all v2 v2.0.2 Jul 2, 2026 v2.0.1 Jun 29, 2026 Changes in this version + func NormalizeDSN(pgString string) (string, error) + type Adapter struct + func New() *Adapter + func (*Adapter) IsRelationAlreadyExistsErr(err error) bool + func (*Adapter) Name() string + func (*Adapter) NormalizeDSN(raw string) (string, error) + func (*Adapter) QuoteIdentifier(name string) string + func (a *Adapter) AdvisoryLock(ctx context.Context, db *gorm.DB, id int64) (func(), error) + func (a *Adapter) OpenConnection(ctx context.Context, dsn string, opts dialect.ConnectionOptions) (gorm.Dialector, *sql.DB, func() error, error) + func (a *Adapter) RegisterAcquireHook(fn dialect.AcquireHook) error + func (a *Adapter) RegisterReleaseHook(fn dialect.ReleaseHook) error Other modules containing this package github.com/pitabwire/frame