denodrivers / denodrivers/postgres
Add support for streaming result sets
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 655
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.