Versions in this module Expand all Collapse all v1 v1.0.2 Sep 3, 2025 v1.0.1 Jul 15, 2025 Changes in this version + func ExtractActionDescription(instruction string) string + type Migrator struct + func New(db *sql.DB, dialect darwin.Dialect) *Migrator + func (m *Migrator) Migrate(sqlFiles embed.FS, sqlDir string, opts ...Option) error + type Option func(*migratorOptions) + func WithDescriptionProcessor(processor func(filename string, instruction string) string) Option