Versions in this module Expand all Collapse all v0 v0.1.0 Nov 4, 2025 Changes in this version + func InitDownCmd(config *MigratorConfig) *cobra.Command + func InitDropCmd(config *MigratorConfig) *cobra.Command + func InitForceCmd(config *MigratorConfig) *cobra.Command + func InitInfoCmd(config *MigratorConfig) *cobra.Command + func InitMigrateCmd() *cobra.Command + func InitRootCmd() *cobra.Command + func InitUpCmd(config *MigratorConfig) *cobra.Command + type MigratorConfig struct + ConnStr *string + CreateService func() *migrationService.Service + LogQueries *bool + Provider *string + Steps *int + Version *string + func (c *MigratorConfig) CreateMigrationService(logger *slog.Logger) (*migrationService.Service, error)