# Functions
Connect creates a new database connection.
ConnectForTesting creates a new database connection for testing and runs all migrations in the provided filesystem.
ConnectWithRetry creates a new database connection with retries.
IsDBUniqueViolation checks if an error is a unique violation on the database.
MigrateUp runs all migrations in the provided filesystem.