# Functions

NewRunner returns a new runner instance for the given datastore, migrations, and target.

# Structs

Runner executes a migrations exactly once and can queried for status of that migration and any migration errors.

# Type aliases

RunMigrationsFunc is a function that runs migrations.