Go SQL Fetch vs FetchAll

I’m curious if someone can confirm for me how Go handles getting database results.

When you loop over next row is it grabbing a row at a time from PostgreSQL or does it retrieve the entire result set at query time?

If you do know the answer please point me to some documentation, I’d like to read more about this.

Thank you,
Chris

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.