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

how to build begin-rollback-commit process on different db connections with raw query?

Transaction manager working with Models. is there any realizations for work with no Models? with Raw query? is it really impossible?

You can send the raw "BEGIN", "ROLLBACK", and "COMMIT" queries.