Versions in this module Expand all Collapse all v0 v0.1.1 Sep 8, 2026 v0.1.0 Aug 31, 2026 Changes in this version + type Provider struct + func Open(ctx context.Context, dsn string) (*Provider, error) + func (p *Provider) Close() error + func (p *Provider) DB() migration.DB + func (p *Provider) History() migration.HistoryStore + func (p *Provider) Locker(migration.DB) migration.Locker + func (p *Provider) Name() string + func (p *Provider) SupportsTransactionalDDL() bool