# Functions
GenDbMigratorDockerfile generates the database migrator's Dockerfiles and writes them if they don't already exist.
GenDbMigratorMain generates source code for the DB migrator main package.
GenDbMigratorMigration generates the migration used to set the database schema before the API server starts.
GenDbMigratorUtils generates the migrations utils.