Re: [Tutor] Question about Python ORM

2008-04-02 Thread Michael Langford
If you do sqlalchemy, I recommend you at least also look at sqlsoup to help making your mappings easier: http://www.sqlalchemy.org/trac/wiki/SqlSoup If you don't want to write mappers and you don't need the relational database, ZODB also works: http://www.zope.org/Products/StandaloneZODB

Re: [Tutor] Question about Python ORM

2008-04-02 Thread Andreas Kostyrka
There are many as you said yourself. Recommendation: sqlalchemy.org Andreas Am Mittwoch, den 02.04.2008, 16:51 +0530 schrieb hiren kumar: > Hi, > > I am very much new to Python and it's available framework. > > When I search the over net about Python ORM, I found there are so many > ORMs availa

[Tutor] Question about Python ORM

2008-04-02 Thread hiren kumar
Hi, I am very much new to Python and it's available framework. When I search the over net about Python ORM, I found there are so many ORMs available and I was confused between them? I don't understand where to go? :( Can you please tell me something about Python ORM? Regards, Kumar