IIRC they merged this into mainline a little while ago: https://github.com/sfackler/rust-postgres/pu

IIRC they merged this into mainline a little while ago: https://github.com/sfackler/rust-postgres/pull/1147
GitHub
Introduce a new query_with_param_types method that allows to specify Postgres type parameters. This obviated the need to use prepared statements just to obtain parameter types for a query. It then ...
Was this page helpful?