Versions in this module Expand all Collapse all v2 v2.0.0 May 6, 2024 Changes in this version + func Create(migrationsDir, name string) (fullPath string, err error) + type Migrator struct + func NewMigrator(db *sql.DB, source fs.FS) *Migrator + func (m *Migrator) Down(ctx context.Context, max int) (int, error) + func (m *Migrator) Up(ctx context.Context) (int, error)