Object-Relational Mapping API for Python

Kent Johnson kent37 at tds.net
Tue Nov 1 22:35:16 EST 2005


Aquarius wrote:
> I explored Java's Hibernate a bit and I was intrigued by how you can
> map entity objects to database tables, preserving all the relations and
> constraits. I am interested if there is something like this for Python
> - I noticed some APIs in the "Cheeseshop", but most of them were alpha,
> better, or seemed to be forsaken a long time ago. Can you recommend me
> anything?
> 

SQLObject, PyDO, Durus and Django's database API.

Kent



More information about the Python-list mailing list