- drupal
The type of database being used.
Example: mysql.
File
- developer/
globals.php, line 115 - These are the global variables that Drupal uses.
Code
global $db_type
Login or register to post commentsThe type of database being used.
Example: mysql.
global $db_type
Login or register to post comments
Comments
Values for db_type
Can be 'mysql' (MySQL with default drivers), 'mysqli' (MySQL with the mysqli drivers), or 'pgsql' (Postgres).