On Sun, Mar 29, 2009 at 11:52 AM, Bastian <[email protected]> wrote: > > Hi, > > sorry for being a bit offtopic: > I'm new to TG2 and to SQLAlchemy and am wandering what Elixir is > offering that SQLAlchemy's Declaritve doesn't offer. Can you please > give me pointers to answer my question?
The first thing is that Elixir is older than Declarative, and they both provide "declarative" type syntax on top of SQLAlchemy. Depending on who you asks one is better than the other. Elixir has many more features but that means an additional dependency. I think the best for you is to try both. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

