Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for streaming/cursor #568

Closed
EloB opened this issue Feb 7, 2024 · 0 comments · Fixed by #569
Closed

Add support for streaming/cursor #568

EloB opened this issue Feb 7, 2024 · 0 comments · Fixed by #569

Comments

@EloB
Copy link
Contributor

EloB commented Feb 7, 2024

Thanks for an amazing library.

Is your feature request related to a problem? Please describe.
I'm planning to use this for big datasets and unsure how todo it. I know that pg has a sub package called pg-cursor that allows streaming data from postgres instead of having to read every row into memory.
https://node-postgres.com/apis/cursor

Describe the solution you'd like
If this already have supported would love to see some example of it else I did a PR that fixes #569.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant