Sent from my iPhone
--
Mariano García Berrotarán
Pylons uses sqlalchemy, django uses the django orm, rails uses active record, grails uses hibernate.
They all allow you to use sql too...
Use which ever python orm you like...
On 29/07/2010 5:18 PM, "HENG ZHOU" <ourwa...@gmail.com> wrote:
Hi Guys:
I know that SQLAlchemy or SQLobject and so on. But what I mean is that the Tornado as a framework, it should contain a ORM framework....
isn't it ??
2010/7/29 Mariano Garcia Berrotarán <garcia.b...@gmail.com>
>
> I'm using Canonical's storm with tornado. (storm.canonical.com) and it
> does the job =D
>
> On...
It's not a big deal. You can use any ORM you want.
In fact I think that's one of the brilliant points of Tornado: it
doesn't get in your way. So go and use anything you want ;)
Cheers,
Juanjo
--
jjm's home: http://www.usebox.net/jjm/
blackshell: http://blackshell.usebox.net/
ramble on: http://rambleon.usebox.net/
El jue, 29-07-2010 a las 15:18 +0800, HENG ZHOU escribió:
> Hi Guys:It's not a big deal. You can use any ORM you want.
>
> I know that SQLAlchemy or SQLobject and so on. But what I mean is that
> the Tornado as a framework, it should contain a ORM framework....
>
> isn't it ??
In fact I think that's one of the brilliant points of Tornado: it
doesn't get in your way. So go and use anything you want ;)
dialect = sqlalchemy.dialects.postgres.dialect()raw_sql = unicode(query.statement.compile(dialect=dialect)
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.