# Functions
Migrations creates an option with provided migrations.
New creates a new migrator instance.
SetNotice overrides the default standard output function.
TableName creates an option to allow overriding the default table name.
# Structs
Migration represents a single migration.
MigrationNoTx represents a single not transactional migration.
Migrator is the migrator implementation.
# Interfaces
PgxIface is interface for database connection or transaction.
# Type aliases
Option sets options such migrations or table name.