Sqlobject, PyDO, SQLAlchemy, dejavu, etc...
Google results:
Sqlobject ORM: about 17,100
PyDO ORM: 469
SQLAlchemy ORM: 571
dejavu ORM: 659
axiom orm: about 21,500
Although "axiom" is not exactly unique. How about:
divmod axiom: 34,500
Huh.
Jean-Paul
+axiom +python +ORM: 724
+dejavu +python +ORM: 529
... which, of course, goes to show how stupid a metric this is, now
that even Ian Bicking has admitted that SqlObject in its current form
is a dead end.
Personally, I think SqlAlchemy has the brightest future. It's
significantly more sophisticated than the others, and it's already
quite usable and even stable (if the 0.1.3 to 0.1.4 transition is any
indication), although I think technically still alpha.
-Jonathan
> ... which, of course, goes to show how stupid a metric this is, now
> that even Ian Bicking has admitted that SqlObject in its current form
> is a dead end.
Got a pointer?
--
Giovanni Bajo
You will find as SQLObject 2 appears that it's more of a refactoring
than a complete revision. I suspect the maintenance of the code had
become tedious because it had slowly morphed into a less-than-ideal form
for its fully-developed functionality.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd www.holdenweb.com
Love me, love my blog holdenweb.blogspot.com
Well, that may be. However, given that the 0.x code is so crufty that
the v2 "refactor" is a multi-day (-week, now) process that merits a new
project name, and there are enough architecture warts that it's not
worth it to keep v2 backwards compatible, I'm not sure what
requirements of being a dead end are missing here. :)
I suppose that in one sense no OSS project is a dead end since you can
always pick up the pieces yourself, but it's clear the 0.x series is
not a place to expect much in the way of new developments from its
author.
-Jonathan