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

Streaming queries? #1775

Closed
spease opened this Issue Jul 5, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@spease

spease commented Jul 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.

@weiznich

This comment has been minimized.

Contributor

weiznich commented Jul 5, 2018

It is currently not possible. Maybe a later version of diesel may add support for this feature.
I will close this issue now, because there is nothing actionable for the diesel team in here.
(To implement this impl Trait on trait functions needs to be supported in rust)

@weiznich weiznich closed this Jul 5, 2018

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