Re: [sqlalchemy] map one class against multiple tables (in different schemas)

2010-06-30 Thread Michael Bayer
On Jun 30, 2010, at 2:08 PM, Richard Kuesters wrote: > hi all, > > i was wondering if its is possible to map one single class (let's say, > Person) against multiple schemas (taking mysql, for example) with the same > table structure. > > i know it can be done with sharding, but what troubles

[sqlalchemy] map one class against multiple tables (in different schemas)

2010-06-30 Thread Richard Kuesters
hi all, i was wondering if its is possible to map one single class (let's say, Person) against multiple schemas (taking mysql, for example) with the same table structure. i know it can be done with sharding, but what troubles me is the fact that one schema will have the app data, and the other sc