[sqlalchemy] Re: reading from one database and writing to another

2008-06-11 Thread qhfgva
, 2008, at 2:22 PM, qhfgva wrote: On Jun 6, 12:34 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Jun 6, 2008, at 2:29 PM, qhfgva wrote: We have (what I think of as) a moderately complicated database configuration and I'm hoping there will be a way to configure sqlalchemy to deal

[sqlalchemy] Re: reading from one database and writing to another

2008-06-09 Thread qhfgva
On Jun 6, 12:34 pm, Michael Bayer [EMAIL PROTECTED] wrote: On Jun 6, 2008, at 2:29 PM, qhfgva wrote: We have (what I think of as) a moderately complicated database configuration and I'm hoping there will be a way to configure sqlalchemy to deal with it.  The basic scenario is like

[sqlalchemy] reading from one database and writing to another

2008-06-06 Thread qhfgva
We have (what I think of as) a moderately complicated database configuration and I'm hoping there will be a way to configure sqlalchemy to deal with it. The basic scenario is like this: There are N mysql servers in different geographical regions that are all replicating against one master. In