should be, establish the corresponding Table objects against their
appropriate engine....then proceed normally.  the objectstore should
commit to each DB as appropriate.

hasnt been tested, though, and obviously eager loading is out the window.

also theres some proposed options on Session that may allow even
finer-graned control of database connections, so if the above is not good
enough theres still hope.


Tim Van Steenburgh wrote:
> Is it possible to use a different database for part of an object?
>
> Example:
>
> I have a Policy object. All the data for it lives in DBPolicy.  I want
> this
> object to have a 'documents' property.  The rows of documents for the
> Policy
> live in a different database, DBDocs.  Possible?
>
> Thanks,
> Tim
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to