Hello everyone I'm trying to use phalcon without ORM. I want to separate business logic and data access with DataMapper pattern and I can't find how I can build queries without raw query strings, using original phalcon queryBuilder.
Is there any chance to do it?