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
Just afterwards we've noticed paginator exists. Perhaps we could add a similar function here, e.g. cursor_based_stream or paginated_stream, that returns all items as stream? Would you be interested in such a code contribution? Then our library wouldn't be much needed anymore.
The text was updated successfully, but these errors were encountered:
We've just created a similar library ( https://github.com/allegro/ecto-cursor-based-stream ) that adds a
cursor_based_stream/2
function that mimicsRepo.stream
function.Just afterwards we've noticed paginator exists. Perhaps we could add a similar function here, e.g.
cursor_based_stream
orpaginated_stream
, that returns all items as stream? Would you be interested in such a code contribution? Then our library wouldn't be much needed anymore.The text was updated successfully, but these errors were encountered: