Python + Some sort of Propel + Creole

Josh Bloom joshbloom at gmail.com
Tue Aug 12 19:04:54 EDT 2008


http://sqlobject.org/
http://www.sqlalchemy.org/

Django's built in ORM is also quite good for web development tasks.

-josh


On Tue, Aug 12, 2008 at 3:18 PM, Samuel Morhaim <samuel.morhaim at gmail.com>wrote:

> Hi, I come from an extensive background developing webapps with Symfony...
> Symfony uses Propel/Creole a lot.
>
> Is there something similar to Propel/Creole for Python?
>
> I found a few DB abstraction layers (Creole) but I am not sure which one is
> the best..  can somebody point me to a good one? Also can somebody point me
> to a good
> object relational mapper? (Like Doctrine or Propel for php.. ?  )
>
> I am really just interested in:
> -Being able to talk to  sqlite, mysql and mssql.
> -Being able to easily create DB schemas (Like done with propel in which you
> use a YAML or XML file to specify a schema)
>
>
> Thanks.
>
>
>
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080812/42d3f935/attachment-0001.html>


More information about the Python-list mailing list