Skip to content. | Skip to navigation

Personal tools
You are here: Home Members Will's stuff python ORMs

python ORMs

"Not really" ORMs:

"Actual" ORMs:

  • dbObj - developed as part of Kura
  • PDO: Python Database Objects - looks good for queries, not sure about updates/inserts
  • PyDO - looks really cool, nice object model, immediate updates on dictionary modifies, has to know about table layout, but has tools to browse your catalog and produce the corresponding classes. But, is bundled as part of the "Skunkweb Application Server" and not easily usable outside that.
  • PyDO 2 - complete rewrite of pydo1? At the very least, lots of changes, and completely independent of Skunkweb
  • SQLAlchemy - Not sure yet. Seems to be .. feature-rich, but maybe more framework than I want.
  • SQLObject - Looks nice if you're accessing fields directly. Not sure about pulling/pushing whole rows from dictionaries.
  • SQLObject2 and SQL-API `http://sqlobject.org/sqlapi/ - A project to "factor certain basic parts out of SQLObject" into some presumably better design of some sort. Currently in "pre-alpha". See also the blog announcement.

Discussions of ORMs:

Other lists of ORMs:

Document Actions
« November 2009 »
November
MoTuWeThFrSaSu
1
2345678
9101112131415
16171819202122
23242526272829
30