If you are planning on using an ORM with web.py, it already has one built-in: http://webpy.org/tutorial3.en#databasing
If you need something more complicated than that, you can use other ORMs with web.py. I'm actually using Storm, and it works OK (with some small issues... I get occasional DB errors that are fixed by reloading the page). SQLAlchemy is usually the choice of most experienced python developers (at least in freenode/#python), but it has a sharper learning curve, and I haven't tested it with this web framework yet. On Jun 11, 1: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.
