I have a situation:
I want to create connection of two entirely different databases, one for fetching the records and use these records to insert it into another database which is used by my phalcon application.
Note: This is not for master-slave architecture!!!