Why does `.stream()` return a single result when I pass in a `chunkSize` option ?
I'm guessing it returns
chunkSize
mount of rows for each iteration, but shouldn't it be an array instead?1 Reply
I guess I'm obligated to do something like this: