Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2026 Changes in this version + func New(pg databaseconfig.PostgresConfig, l logger.Logger, db *sql.DB) migrator.Migrator + type Migrator struct + func (m *Migrator) Fresh(ctx context.Context) error + func (m *Migrator) Migrate(ctx context.Context) error + func (m *Migrator) Rollback(ctx context.Context) error + func (m *Migrator) Status(ctx context.Context) (*migrator.Status, error)