We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
query_typed
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
Since #1147 we now have query_typed, which allows using tokio-postgres with pools that do not have prepared statements.
tokio-postgres
However, there don't seem to be equivalents for query_one, query_opt, which would be useful to have.
query_one
query_opt
Is this something that would we would be interested in adding? I'd be happy to open a PR for it.
The text was updated successfully, but these errors were encountered:
I think that would be a good addition.
Sorry, something went wrong.
By the way, thank you for your blog posts on using Hyperdrive from Rust and work on query_typed 🙂
No branches or pull requests
Since #1147 we now have
query_typed
, which allows usingtokio-postgres
with pools that do not have prepared statements.However, there don't seem to be equivalents for
query_one
,query_opt
, which would be useful to have.Is this something that would we would be interested in adding? I'd be happy to open a PR for it.
The text was updated successfully, but these errors were encountered: