rust-postgres/tokio-postgres
Steven Fackler 3ba416ded6 Add tokio_postgres::GenericClient
We have to make the trait methods differ from the normal methods a bit
by adding Sync + Send bounds to the ToStatement parameter which is a bit
unfortunate, but necessary until GATs async_trait unnecessary.

Closes #357
2020-01-02 21:01:47 -05:00
..
benches Fix up benchmark 2019-11-26 16:40:36 -08:00
src Add tokio_postgres::GenericClient 2020-01-02 21:01:47 -05:00
tests/test Support cancellation in synchronous client 2019-12-29 14:08:17 -05: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