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.

titanve
 
exchangecore replied on at Permalink Reply
exchangecore
Thought I'd reply here in case others stumble across this later even though I think I gave the answer over on the other thread as well.

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
titanve replied on at Permalink Reply
titanve
Yes, you already answered the question in the other post. Do you have a website with C5 posts, tips&tricks, how-to's?

Thank you for your help.

Best regards.