Content deleted Content added
→PHP: indicated the licenses of each frameword |
m Robot-assisted disambiguation (you can help!): Python programming language |
||
Line 85:
===Python===
Lists of ORM tools for [[Python (programming language)|Python]]: [http://www.thinkware.se/cgi-bin/thinki.cgi/ObjectRelationalMappersForPython] [http://wiki.python.org/moin/HigherLevelDatabaseProgramming]
*Ape [http://hathawaymix.org/Software/Ape], an ORM layer on top of the [[Zope]] Object Database ([[ZODB]])
*[[SQLAlchemy]] [http://sqlalchemy.org/], open source
*[[SQLObject]] [http://sqlobject.org/], open source
*[[PyDO]] [http://skunkweb.sourceforge.net/pydo.html], part of [[SkunkWeb]] (open source)
*[[PyDO2]] [http://skunkweb.sourceforge.net/pydo2.html], an implementation of [[PyDO]] with no dependencies on [[SkunkWeb]], with [http://skunkweb.sourceforge.net/PyDO2/manual.html#differences-from-pydo-1 many other improvements over PyDO], in particular a more elegant declarative syntax. PyDO2 requires [[Python (programming language)|Python]] 2.4.
*[[MiddleKit]], part of [[Webware]] [http://www.webwareforpython.org/] (open source)
*[[ForgetSQL]] [http://soiland.no/software/forgetsql], open source
|