We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm in need of:
Is this possible? If so, how do I do it?
If no, please mark this issue as a feature request.
The text was updated successfully, but these errors were encountered:
You probably want https://hackage.haskell.org/package/streaming-postgresql-simple-0.2.0.5/docs/Database-PostgreSQL-Simple-Streaming.html#v:copyIn. It's been a long time since I worked on this library though so that's probably the most help I can provide initially.
Sorry, something went wrong.
@ocharles thank you for the advice.
For what it's worth, I ended up using fold from postgresql-simple: https://hackage.haskell.org/package/postgresql-simple-0.6.5/docs/Database-PostgreSQL-Simple.html#v:fold
fold
The copyIn functions seems too low level for my needs (streaming raw ByteStrings without parsing into rows).
copyIn
If you are ok either collecting all rows and doing a single insert or doing one insert per row that will work well, yep
No branches or pull requests
I'm in need of:
Is this possible? If so, how do I do it?
If no, please mark this issue as a feature request.
The text was updated successfully, but these errors were encountered: