K
Kysely•9mo ago
NestarZ

Is it possible to do "for await (const iterator of db.selectFrom("table").selectAll()) {....}

Can I execute as an async generator like in a cursor ?
4 Replies
NestarZ
NestarZOP•9mo ago
Hey!! Nope ! Thanks that's what I was looking for, but it wasn't in the main documentation I think (?)
koskimas
koskimas•9mo ago
That's a link to the main documentation
NestarZ
NestarZOP•9mo ago
I was looking here: https://kysely.dev/docs But you are right that's also the main documentation of the API, but the search is a bit less "natural"

Did you find this page helpful?