Copied!

DatabasePlatformName

DatabasePlatformName.php : 16
Final

Database platform identifiers recognized by {@see DatabasePlatformResolver}.

Provided as class constants rather than an enum for PHP 7.4 compatibility.

Constants

publicMYSQL

DatabasePlatformName.php : 18
public mixed MYSQL = 'mysql'

publicPOSTGRESQL

DatabasePlatformName.php : 20
public mixed POSTGRESQL = 'postgresql'

publicSQLITE

DatabasePlatformName.php : 22
public mixed SQLITE = 'sqlite'

Methods

publicall()

DatabasePlatformName.php : 32
public static all() : array<string|int, string>

Return values

array<string|int, string>