# Functions
FromInterval converts a given pgtype.Interval instance into a time.Duration instance.
FromTextArray converts an instance of pgtype.TextArray to a string array.
Migrate performs the migration action given a source driver.
MigrateDown reverts all migrations from the migration source that have already been applied.
MigrateUp applies all migrations from the migration source that haven't been applied yet.
NewBindataMigration creates a migration from the provided bindata asset.
NewDirectoryMigration creates a migration from the provided directory path.
ToInterval converts a given time.Duration to a pgtype.Interval instance.
ToTextArray converts a given string slice to a pgtype.TextArray instance.
WithinTransaction invokes 'cb' within an SQL transaction.
# Variables
ErrNotADirectory is returned if attempting to migrate without a valid directory.
# Structs
The MigrationSource type is used as a source of migration info for performing migration actions against a database.