Docs.rs
postgres-tx-retry-0.0.2
postgres-tx-retry 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
martingallagher
Dependencies
deadpool ^0.9
normal
deadpool-postgres ^0.10
normal
postgres ^0.19
normal
r2d2 ^0.8
normal
r2d2_postgres ^0.18
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Pool
In postgres_tx_retry
?
Type Definition
postgres_tx_retry
::
Pool
source
·
[
−
]
pub type Pool<T> =
Pool
<
PostgresConnectionManager
<T>>;
Expand description
r2d2
connection pool.