If you are using Flask, check out binds[1] with Flask-SQLAlchemy. [1] http://pythonhosted.org/Flask-SQLAlchemy/binds.html
On Monday, December 9, 2013 12:33:46 PM UTC-8, warwickp wrote: > > Hi Richard > > There are no problems connecting to multiple database sources in the one > application - we do it all the time :-) > > Cheers > Warwick > > On 10 Dec 2013, at 4:08 am, Richard Gerd Kuesters > <[email protected]<javascript:>> > wrote: > > hi all, > > i don't know if anyone have to go through this, but here's a question: is > it possible to use multiple databases sources (like postgres and mysql) in > a single application? > > > my best regards, > richard. > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
