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
What do you mean by streaming?
I think that drizzle has an iterator implemented for MySql
If that's what you mean
I'm looking for the async iterator, what's the function?
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 testingAny news if this is coming to Postgres anytime?