[Tutor] Question about Python ORM

Michael Langford mlangford.cs03 at gtalumni.org
Wed Apr 2 16:04:04 CEST 2008


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

            --Michael

On Wed, Apr 2, 2008 at 7:25 AM, Andreas Kostyrka <andreas at kostyrka.org>
wrote:

> 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 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
> > _______________________________________________
> > Tutor maillist  -  Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>


-- 
Michael Langford
Phone: 404-386-0495
Consulting: http://www.RowdyLabs.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20080402/8ca9d1a4/attachment-0001.htm 


More information about the Tutor mailing list