postgres
postgres copied to clipboard
Add support for streaming result sets
trafficstars
One thing I love about node-postgres is it's streaming result sets. I have applications that select thousands of rows and I don't want them all in a single result array. It's important to have a stream-like option that uses Postgres cursors to work through result sets.
I am very interested in implementing this feature, however it might take a while (I know waiting for almost a year sucks but I'm kinda new around here :smile: )
Any progress will be reported here
+1 Very much needed, to access large set of data.