Fuel::DEVELOPMENT => array( 'type' => 'pgsql', 'connection' => array( 'hostname' => 'localhost', 'database' => 'foo_bar_com', 'username' => 'superfoo', 'password' => 'superbar', 'persistent'=> true, ), 'table_prefix' => 'fb_', 'charset' => 'utf8', 'caching' => false, 'profiling' => false, ),Cheers,
It looks like you're new here. If you want to get involved, click one of these buttons!