Support lists to return each row into a channel instead of an array #2053
              
                Unanswered
              
          
                  
                    
                      go-aegian
                    
                  
                
                  asked this question in
                Feature Requests & Ideas
              
            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.
-
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