Re: Object-Relational Mapping API for Python

2005-11-02 Thread Kent Johnson
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 wer

Re: Object-Relational Mapping API for Python

2005-11-01 Thread Oliver Andrich
Hi, if you enjoyed Hibernate or got intrigued by it, go and look into SQLOject (http://www.sqlobject.org/). And you will be less intrigued by Hibernate, but will start to really like SQLObject. :) Best regards, Oliver -- Oliver Andrich <[EMAIL PROTECTED]> --- http://roughbook.de/ -- http://mail.

Re: Object-Relational Mapping API for Python

2005-11-01 Thread Dave Cook
On 2005-11-01, Aquarius <[EMAIL PROTECTED]> 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 th

Re: Object-Relational Mapping API for Python

2005-11-01 Thread Robert Boyd
On 1 Nov 2005 11:22:23 -0800, Aquarius <[EMAIL PROTECTED]> wrote: I explored Java's Hibernate a bit and I was intrigued by how you canmap entity objects to database tables, preserving all the relations andconstraits. I am interested if there is something like this for Python - I noticed some APIs i

Re: Object-Relational Mapping API for Python

2005-11-01 Thread Lawrence Oluyede
sIl 2005-11-01, Aquarius <[EMAIL PROTECTED]> ha scritto: > 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

Object-Relational Mapping API for Python

2005-11-01 Thread Aquarius
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 seem