On Fri, Dec 16, 2011 at 11:20 AM, Chris Withers <[email protected]> wrote: > Sorry to top-post, but this is one of the reasons I wrote mortar_rdb, > writing offline from memory, the url is: > > http://packages.python.org/mortar_rdb. > > Anyway, have a read of the docs, it solves the Base-shared-across-packages > problem as well as providing session and transaction management.
Oh, OK, 'SQLAHelper' also has a shared Base and Session object to manage these centrally, and an engines object to store multiple engines. http://pypi.python.org/pypi/SQLAHelper/1.0b1 -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
