Re: [sqlalchemy] mixing two models/schema

2013-04-26 Thread Andi Blake
2013 00:32:32 UTC+2, Michael Bayer wrote: On Apr 25, 2013, at 10:21 AM, Andi Blake andi@googlemail.comjavascript: wrote: hi all, i have a webapp with an existing database-model ``site``, including users. in a second service i create a new database-model ``market``, but still want

[sqlalchemy] mixing two models/schema

2013-04-25 Thread Andi Blake
hi all, i have a webapp with an existing database-model ``site``, including users. in a second service i create a new database-model ``market``, but still want to access the users (which works via separate engine). goal: i want to create a relation from the ``market``-model to the