Hello,
We have a project that will be using a snowflake database for our data warehouse (https://docs.snowflake.com/en/index.html), is it possible to even connect to this database through a phalcon application (we are currently on an old version of phalcon, 2.0.13, but we will be updating to ~4 soon)?
We were provided https://github.com/snowflakedb/pdo_snowflake as a possible option to connect with pdo, though we like to use the ORM.