We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How config Phalcon for PostgreSQL?

Hi!

'database' => array(
        'adapter'     => 'Postgresql',
        'host'        => 'localhost',
        'username'    => 'pgroot',
        'password'    => '*******',
        'dbname'      => 'testtop',
),

This config is not working. If I type command "phalcon model users" Phalcon-tools writing "Error: could not find driver".