开发者

How can I use query cursors in Django nonrel on Google App Engine Python?

How can I use a query cursor with Django-Nonrel? If there is no way currently, it would be appreciated to tell me where to look at in Django-Nonrel. http://code.google.com/appengine/docs/python/datastore/queries.html#Query_Cursors

开发者_运维知识库

I'm using Paginator from Django, but it's apparently inefficient with large data.

Thanks


djangoappengine supports cursors:

from djangoappengine.db.utils import get_cursor, set_cursor

https://bitbucket.org/wkornewald/djangoappengine/src/9689b94680ff/db/utils.py

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜