In my humble opinion, ORMs make easy things much easier, but complex things almost impossible. I have used a little script (which I believe was the precursor of Storm, see here: http://code.activestate.com/recipes/496905-an-activerecord-like-orm-object-relation-mapper-un/ ) which did just that. For more complex tasks, I would just use plain old sql.
Cheers, Luis On Jun 11, 4:07 pm, ProfessionalIT <[email protected]> wrote: > Friends, > > I am studying the possibility of using an ORM and would like to know > what the real advantage of using one of these three: SQLObject, > SQLAlchemy or Storm. At a first look, I liked more SQLObject. > > What's the opinion about this two questions ? the advantage and what's > the better. > > Thanks > > best regards, > Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
