rust-postgres/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 Move to local runtimes per connection 2019-12-03 18:25:29 -08:00
src Add tokio_postgres::GenericClient 2020-01-02 21:01:47 -05:00
Cargo.toml Released postgres v0.17.0 2019-12-23 15:52:16 -08:00
CHANGELOG.md Released postgres v0.17.0 2019-12-23 15:52:16 -08:00
LICENSE-APACHE Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00
LICENSE-MIT Release postgres v0.16.0-rc.1 2019-04-06 20:59:01 -07:00