I am using the Invo example and curious about how to handle DB Connections within models/controllers.
I know the services.php file defines a connection; but how would one execute a direct SQL query from one (PHQL approach is known, I am trying the direct query approach in this case...)
Do I need to explicitly define a connection instance on the model init?