So far in my all pylons application, I put all my models under model/ __init__.py itself. I tried writing like a DAO Interfaces but left it because I felt it is TOO MUCH for a python application moreover SqlAlchemy handles things on its own way with different database. There are many questions about this topic generally with SqlAlchemy and pylons, but not many opinions.
Now SqlAlchemy has better declarative layer that was the reason I stopped using elixir. Regards, Krish On Mar 12, 12:13 am, Charlie Meyer <[email protected]> wrote: > Hi, > > I have a standalone python library I wrote that uses elixir > (http://elixir.ematia.de/trac/wiki) models for ORM. Right now, it is > currently used for a few command line tools, but I would like to make a web > application using pylons that can use the existing models. I have seen > several blog posts and pastes on the internet that mention various ways to > integrate elixir with pylons, but before I dive in and start trying some, I > wanted to know if there was a "preferred" way to do it or if anyone has done > it before and has tips, examples, etc that could potentially save me some > headaches down the road. > > Thanks for any help that anyone may be able to provide > > -Charlie > > -- > Charlie Meyer > > Department of Computer Science > University of Illinois at Urbana-Champaign -- 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.
