Docs.rs
sqlx-0.5.7
sqlx 0.5.7
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
mehcode
abonander
Dependencies
sqlx-core ^0.5.7
normal
sqlx-macros ^0.5.7
normal
anyhow ^1.0.31
dev
async-std ^1.8.0
dev
dotenv ^0.15.0
dev
env_logger ^0.8.3
dev
futures ^0.3.5
dev
paste ^1.0.1
dev
serde ^1.0.111
dev
serde_json ^1.0.53
dev
time ^0.2.16
dev
tokio ^1.0.1
dev
trybuild ^1.0.24
dev
url ^2.1.1
dev
Versions
94.74%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition PgPool
Other items in
sqlx
?
Type Definition
sqlx
::
PgPool
[
−
]
[src]
pub type PgPool =
Pool
<
Postgres
>;
This is supported on
crate feature
postgres
only.
Expand description
An alias for
Pool
, specialized for Postgres.