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
It might make sense, for :many queries to have another function that can return each row as it's being read to a send channel closing the channel before exiting the function as this could be helpful in the case of streaming
Also the current list function returns either []obj or []*obj and could also be more efficient to have a third option to return *[]obj
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It might make sense, for :many queries to have another function that can return each row as it's being read to a send channel closing the channel before exiting the function as this could be helpful in the case of streaming
Also the current list function returns either []obj or []*obj and could also be more efficient to have a third option to return *[]obj
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions