Module xitca_postgres::statement
source · Expand description
Statement module is mostly copy/paste from tokio_postgres::statement
Structs§
- a statement guard contains a prepared postgres statement. the guard can be dereferenced or borrowed as
Statement
which can be used for query apis.