# Functions
Connect creates a connection to the PostgreSQL instance.
MigrateDB applies any unapplied database migrations.
Setup creates a connection to the PostgreSQL instance and applies any unapplied database migrations.
SetupDB creates a connection to the PostgreSQL instance and applies any unapplied database migrations.
SetupWithConfig creates a connection to the PostgreSQL instance and applies any unapplied database migrations.