Re: [Sqlalchemy-users] Mapping data from some database instances to one Python object

2006-08-17 Thread Robin Munn
On 8/17/06, Grzesiek Slusarek <[EMAIL PROTECTED]> wrote: > Hello all. > I have some question is it possible to do something like this by > sqlalchemy: > I have some database instances (e.g. 3) which table users (the > structure os table users is identical on this 3 database instances). > Is it poss

[Sqlalchemy-users] Mapping data from some database instances to one Python object

2006-08-17 Thread Grzesiek Slusarek
Hello all. I have some question is it possible to do something like this by sqlalchemy: I have some database instances (e.g. 3) which table users (the structure os table users is identical on this 3 database instances). Is it possible to mapp this 3 tables to one Python object like Users ?? e.g