# Functions
GetMigrator returns a Database Migrator for MySQL.
NewDatabase returns a new MySQL database.
PingWithRetry tries to Ping the connection for a predefined number of attempts before failing.
# Structs
ApplicationRow represents an Application inside the database.
Database is a MySQL Database.
EmailVerificationRow represents an email verification inside the database.
KlinkRow represents an Klink inside the database.
PasswordChangeVerificationRow represents a password change verification inside the database.
PermissionRow represents a Permission inside the database.