# Functions
NewMigrations initializes a new Migrations instance.
NewPool creates a new connection pool for PostgreSQL.
# Structs
Migrations struct holds a reference to the database connection.
PostgresPool struct holds a connection pool to the PostgreSQL database.