Hi,
Today I work with 3 databases (AWS RDS instances: 1 master and 2 replics to reader). I know i can set in model what connection use, and by my tests if i use funcion query he uses the connection setted in "initialize" my doubt is if i can define in a expecifique QueryBuilder (Phalcon\Mvc\Model\Query\Builder) which of 3 databses use?
How is the best way to do this with Phalcon?