Recommend a good DAL for a Python/Tornado app [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_如何学运维Closed 8 years ago.
Improve this questionI've been googling for hours and it just failed me.
Are there any DAL/ORMs that support mysql/google app engine besides the one in web2py?
I'm working on a tornado webapp and I need the abstraction badly.
Django with Django-nonrel for AppEngine support.
As far as i know , you cannot use a relation database inside GAE, (although you can use a webservice to do the same), there is no way to achieve the same directly.
Django-nonrel is an independent branch of Django that adds NoSQL database support to the ORM. The long-term goal is to add NoSQL support to the official Django release.
精彩评论