On May 23, 7:56 pm, Qiangning Hong <[EMAIL PROTECTED]> wrote: > On May 23, 9:58 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > > > >http://docs.pythonweb.org/display/pylonscookbook/SQLAlchemy+for+peopl... > > Use this one. The way to set up the model is still evolving, but this > > is the closest to the emerging standard. > > Could you please give some talk or resources about pros and cons about > SQLAlchemry's default mapper, assign_mapper and Elixir? Many newbies > like me don't know which one is best suit for perticular situations. > Many thanks.
Personally, I would say to always use Elixir unless you're doing something complicated. Using Elixir is like putting Table definitions and object definitions in one place, and it does all the assign_mapper business for you too. Nice 'n' tidy. There are some threads on list discussing how to set up Elixir with Pylons. __wyatt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
