You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As much as I appreciate the current stream method... It Would be awesome to have a method that returns a readable stream so that each row can be iterated more easily.
async fn() {
for await (const row of sql`...`.toNodeStream()) {
// do something with row.
}
}
The text was updated successfully, but these errors were encountered:
@porsager yes, sorry, didn't realize #30 was still there, I recall some discussion before, but not really traction, closing as a dupe. Either would be nice to have to support the syntax.
As much as I appreciate the current stream method... It Would be awesome to have a method that returns a readable stream so that each row can be iterated more easily.
The text was updated successfully, but these errors were encountered: