Does Tortoise support cursor to batch/chunk the result? #1288
Unanswered
moxarth-crest
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good work with this repository. I was trying to use this repository to draw out contents from databases via raw queries. My only concern was that the service would run in an event loop and we want to fetch the results in batches.
We are currently using
asyncpg
library which has a cursor for fetching in chunks.Can we get a similar feature in this library?
Beta Was this translation helpful? Give feedback.
All reactions