postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Add support for streaming result sets

Open mattbishop opened this issue 5 years ago • 2 comments
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.

mattbishop avatar Apr 19 '20 03:04 mattbishop

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

Soremwar avatar Jan 25 '21 04:01 Soremwar

+1 Very much needed, to access large set of data.

shivajivarma avatar Apr 04 '24 06:04 shivajivarma