array( 'host' => 'localhost', 'driver' => extension_loaded('mysqli') ? 'mysqli' : 'mysql5' ), 'SQLite Databases' => array( 'host' => 'c:/sqlitedb/', 'driver' => 'sqlite3', 'user' => 'root', // set this yourself 'password' => 'sqlite' // set this yourself ), 'Localhost PostgreSQL' => array( 'host' => 'localhost', 'driver' => 'pgsql' ), /*'MySQL Proxy Server' => array( 'host' => 'localhost:4040', 'driver' => 'mysql5' ), 'MySQL 4' => array( 'host' => 'localhost', 'driver' => 'mysql4' ), */ ); ?>