# Functions
ParseEnvironment attempts to convert a string to a Environment.
ParseType attempts to convert a string to a Type.
# Constants
EnvironmentCloudRun is a Environment of type cloud_run.
EnvironmentLocal is a Environment of type local.
TypeMysql is a Type of type mysql.
TypePostgres is a Type of type postgres.
TypeSqlite3 is a Type of type sqlite3.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
ENUM(local, cloud_run).
ENUM(postgres, mysql, sqlite3).