package
0.0.0-20241111182353-c1fbc2c9b65f
Repository: https://github.com/triangleside/gotools.git
Documentation: pkg.go.dev

# Functions

Migrate orchestrates database migrations using the provided Manager and options.
MustRegister stores a migration registration in the registry.
WithConfigProvider provides an Option to overwrite the configuration provider.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config holds parameters for running a migration.
PersistedStatus is the data stored in the migration table.
Registration defines a migration callback and its order.

# Interfaces

Manager defines the functions needed to manage and coordinate migrations.

# Type aliases

Option configures a migrateConfig instance.
Order represents the sequence in which migrations are meant to be run.
Status represents the status of a persisted migration.