Streaming results from mysql

It seems like there have been a few unanswered posts about streaming results from a query, but they don't seem to be followed up on. Is that because there is an alternative solution to making these streaming requests rather than having drizzle support it natively? Any advice would be great.
4 Replies
Angelelz
Angelelz16mo ago
What do you mean by streaming? I think that drizzle has an iterator implemented for MySql If that's what you mean
bret_pat
bret_patOP16mo ago
I'm looking for the async iterator, what's the function?
Angelelz
Angelelz16mo ago
db.select().from(...).iterator() I haven't tested this and I can't find it in the docs, so you'll need to do some testing
Rik
Rik15mo ago
Any news if this is coming to Postgres anytime?

Did you find this page helpful?