All the PostgreSQL deliciousness in an easy FuelPHP package.
##How to install
- Clone this repository
- Copy the "fuel-pgsql" folder to Fuel's package folder
- Enable the package in the configuration file
- Edit your database configuration to use the PostgreSQL driver
(
'type' => 'pgsql'
)