Support for streaming rows?
Is there planned support or at least would it be considered to support streaming large result sets in Drizzle?
Both postgres and mysql drivers support streaming rows and expose it as an async iterator.
It would be great if this was supported natively in Drizzle
Alternatively, if I could use the underlying driver but still leverage drizzle to map the rows to type safe objects then that would also work well
0 Replies