# Functions
PgxTestDBConnString will use the pgtestdb package to migrate, creates a isolated database and returns the connection string to that database..
SetupPgxPool will init a isolated test database from a connection string and a snapshot sql file.
# Type aliases
SnapshotMigrater loads a migration from a postgres dump file.