[supabase-js] async iterators for select #28866
Unanswered
almosnow
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've been using async iterators for everything lately, I think they help one write very clean code,
It would be nice if we could do something like:
... and let it handle pagination and all other stuff transparently.
Does this already exist, btw?
All reactions