ActiveRecord for Python/MySQL

Luis M. González luismgz at gmail.com
Sun Aug 26 20:23:27 EDT 2007


On Aug 26, 5:52 am, Devraj <dev... at gmail.com> wrote:
> Thanks
>
> On Aug 26, 5:26 pm, EuGeNe Van den Bulke
>
> <eugene.vandenbu... at gmail.com> wrote:
> > Devraj wrote:
> > > My application uses MySQL as a backend and am using the MySQL/Python
> > > bindings. Are there any libraries that provide a database abstraction
> > > layer like Activerecords for Python?'
>
> > SQLObject
> > SQLAclhemy
> > DejaVu
> > Storm
>
> > Google for Python ORM you may find more!
>
> > EuGeNe --http://www.3kwa.com


If you want an ActiveRecord -like experience with SQLAlchemy, you can
use the extension Elixir on top of it.




More information about the Python-list mailing list