On Mar 21, 9:01 am, isaac <[EMAIL PROTECTED]> wrote: > On Mar 20, 2007, at 3:48 AM, Gaetan de Menten wrote: > > > As for Elixir, I've been thinking to integrate the associationproxy > > into the has_and_belongs_to_many relationship for some time now. I'll > > do it if enough people are interested.
Have you looked at the Ruby on Rails has_many :through syntax? It seems to provide a pretty reasonable way to connect many to many relationships while defining the association object explicitly. Not sure how this would work in Elixir/SQLAlchemy context... But I thought I'd throw out a reference in case you hadn't seen it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
