Yeah, there's a few options, so nbd. Thanks :sligh...
# announcements
d
Yeah, there's a few options, so nbd. Thanks 🙂 @zoltu I'm working on a tool for archiving some data from postgres... it uses kwery ATM. I need it to dump more data now, so I'm switching to
asSequence
(returns records as a sequence of rows), but the sequence it returns can only be consumed once (and the underlying cursor can't be moved manually). I'll see about submitting a PR in the future to maybe improve that though 😉