db_driver()
Retrieves the name of the currently active database driver.
The name of the currently active database driver.
drupal/includes/database/database.inc, line 2491
<?php function db_driver() { return Database::getConnection()->driver(); } ?>