rust-postgres/tokio-postgres
dvic afc9b2835d
Add missing methods to GenericClient
This adds `execute_raw`,  `query_one`, `query_opt`, `query_raw`,
and `prepare_typed` to the generic trait introduced in #525.
2020-01-27 10:23:10 +01:00
..
benches Fix up benchmark 2019-11-26 16:40:36 -08:00
src Add missing methods to GenericClient 2020-01-27 10:23:10 +01:00
tests/test Allow opt-out of transaction settings 2020-01-10 17:49:18 -08:00
Cargo.toml Add tokio_postgres::GenericClient 2020-01-02 21:01:47 -05:00
CHANGELOG.md Release tokio-postgres v0.5.1 2019-12-25 08:19:43 -08:00
LICENSE-APACHE Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00
LICENSE-MIT Release tokio-postgres v0.4.0-rc.1 2019-03-05 21:35:46 -08:00