Hi,
Thanks for giving us this wonderful framework. I am learning it and finding it quite useful.
I have a question regarding executing RAW SQL. There is an example given in help at https://docs.phalcon.io/en/latest/reference/phql.html#using-raw-sql
This example uses Robots model.
However, my application is such that it allows users to connect on the fly to a database dynamically. So, I don't in advance know the model on which to execute Raw SQL. User is allowed to type any query and obtain the results of it
Can you tell me how can I accomplish this use case in Phalcon?
Thanks!