Re: SQLObject or SQLAlchemy?




John Salerno wrote:
Are there any major differences between these two? It seems they can
both be used with TurboGears, and SQLAlchemy with Django. I'm just
wondering what everyone's preference is, and why, and if there are even
more choices for ORM.

Thanks.

Currently most of my work is done in SQLObject because it was stable
when I started the project I am on. In all the cases I can think of for
a new project I would use SQLAlchemy. Even for projects where SO
supports the relational model I am using I think SA's extra flexability
is worth the effort.

.



Relevant Pages

  • SQLObject or SQLAlchemy?
    ... It seems they can both be used with TurboGears, and SQLAlchemy with Django. ... I'm just wondering what everyone's preference is, and why, and if there are even more choices for ORM. ...
    (comp.lang.python)
  • Re: SQLObject or SQLAlchemy?
    ... and SQLAlchemy with Django. ... wondering what everyone's preference is, and why, and if there are even ... RDBMS are not "persistency mechanism", ...
    (comp.lang.python)
  • Re: SQLObject or SQLAlchemy?
    ... wondering what everyone's preference is, and why, and if there are even ... SQLAlchemy both start with 'SQL'). ... The "persist case" evaluates python persistency systems (or ... "Object Oriented Persistency Systems (this includes OODBMS, ...
    (comp.lang.python)
  • Re: SQLObject or SQLAlchemy?
    ... wondering what everyone's preference is, and why, and if there are even ... OP question was about RDBMS integration in Python (hint: ... SQLAlchemy both start with 'SQL'). ... there are even more choices for ORM." ...
    (comp.lang.python)
  • Re: SQLObject or SQLAlchemy?
    ... and SQLAlchemy with Django. ... -- SQLAlchemy is not just an ORM. ... usage modes to load massive data sets when the job calls for it. ...
    (comp.lang.python)