[sqlalchemy] Re: SA and MySQL replication.

2007-12-09 Thread Anton V. Belyaev
On Dec 6, 11:51 pm, Andrew Stromnov [EMAIL PROTECTED] wrote: I have DB with onemasterserver and several replicated slaves (MySQL). How to implement this functionality: read-only request can be passed to any DB (masterorslave), but any write request with following read requests must be sended

[sqlalchemy] Re: SA and MySQL replication.

2007-12-09 Thread Michael Bayer
On Dec 9, 2007, at 11:50 AM, Anton V. Belyaev wrote: On Dec 6, 11:51 pm, Andrew Stromnov [EMAIL PROTECTED] wrote: I have DB with onemasterserver and several replicated slaves (MySQL). How to implement this functionality: read-only request can be passed to any DB (masterorslave), but any