Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upStreaming queries? #1775
Comments
This comment has been minimized.
|
It is currently not possible. Maybe a later version of diesel may add support for this feature. |
weiznich
closed this
Jul 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spease commentedJul 5, 2018
Is there a way to process rows as they're received, ie a way to get an iterator for a query rather than a vector? Or is this technically impossible due to how the lowlevel works? Thanks.