'type' => 'pdo', 'connection' => array( 'persistent' => false, 'dsn' => 'mysql:host=localhost;dbname=database_name', 'username' => 'root', 'password' => 'root_password', ),
$db = \Database_Connection::instance('customname', $configarray);
It looks like you're new here. If you want to get involved, click one of these buttons!