PostgreSQL db driver
Permalink
Hello,
I'd like to know what is the postgresql driver for a new db connection. So for mysql is c5_pdo_mysql, what is it for postgres?
Thank you.
I'd like to know what is the postgresql driver for a new db connection. So for mysql is c5_pdo_mysql, what is it for postgres?
Thank you.
pdo_pgsql is the postgress driver. Concrete leverages doctrine so most anything doctrine uses for configuration you can also use for your concrete5 database connections.
Seehttp://doctrine-dbal.readthedocs.org/en/latest/reference/configurat... for configuring a database driver in application/config/database.php