Versions in this module Expand all Collapse all v1 v1.3.0 Sep 5, 2024 v1.2.0 Mar 7, 2024 v1.1.0 Feb 16, 2024 Changes in this version + type Adapter struct + T Type + func (a Adapter) MigrateDown(ctx context.Context) (repo.DownMigrator[repo.SchemaSettler], error) + func (a Adapter) Settler() repo.SchemaSettler + type Migrator struct + Tx repo.Tx + func (dnmig1 *Migrator) Adapt() repo.DownMigrator[repo.SchemaSettler] + func (dnmig1 *Migrator) MigrateDown(_ context.Context) (*Migrator, error) + func (dnmig1 *Migrator) Settler() *stlmig1.Settler + type S = *stlmig1.Settler + type Type = down.Migrator[S, *Migrator]