# Functions
CreateTestContainer spins up a Postgres database container.
DBForTest spins up a postgres container, creates the test database on it, migrates it, and returns the db and a close function.
NewPgMigrator creates a migrator instance.
# Interfaces
Fataler interface has a single method Fatal, which takes a slice of arguments and is expected to panic.