Kapil Thangavelu wrote:
>
> incidentally i was interested in contributing this integration as an SA
> extension, and wondering what that process is?
>


thats just how id want it to be done...basically i added a "mods" section
to the code where provided "mods" are stored.  you can also have a "mod"
be just any module anywhere.  they get called via:


   install_mods('mod1', 'mod2', mod3)

where the strings point to module names in sqlalchemy.mods.*, the
non-string is just a module object.

the mods then can provide MapperExtensions or whatever other stuff is needed.

the Zope transaction manager integreation sounds like a great idea.   SA
wants to keep its core transaction stuff pretty basic.


-------------------------------------------------------
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