Copied!

DatabasePlatformName

DatabasePlatformName.php : 14
Enum: string

Database platform identifiers recognized by {@see DatabasePlatformResolver}.

Cases

MySQL

DatabasePlatformName.php : 16
string MySQL = 'mysql'

PostgreSQL

DatabasePlatformName.php : 18
string PostgreSQL = 'postgresql'

SQLite

DatabasePlatformName.php : 20
string SQLite = 'sqlite'