db_driver()
Retrieves the name of the currently active database driver.
The name of the currently active database driver.
function db_driver() { return Database::getConnection()->driver(); }