Multiple database connections, of any type, can be defined inside the database configuration file (likely app/config/database.php). For instance, to pull data from 2 MySQL databases define them both separately:
<?php
return array(
'default' => 'mysql',
'connections' => array...