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

connect to PostgreSql NOT public schema

Hi all. For example, I have database: name: MyDatabase schema: MySchema

How I can connect to this database with schema MySchema ? I know how to connect to database with public schema. How will be if schema name not public ?