Docs.rs
br-pgsql-0.1.14
br-pgsql 0.1.14
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
carryxd
Dependencies
base64 ^0.22
normal
hmac ^0.12
normal
json ^0.12.4
normal
log ^0.4
normal
rand ^0.9.0
normal
sha2 ^0.10
normal
env_logger ^0.11.5
dev
json ^0.12.4
dev
tokio ^1.43.0
dev
tokio-postgres ^0.7.13
dev
Versions
74.42%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Crate br_pgsql
br_
pgsql
0.1.14
All Items
Crate Items
Re-exports
Modules
Structs
Crate
br_
pgsql
Copy item path
Source
Re-exports
§
pub use connect::
Connect
as PgsqlConnect;
pub use pools::
Pools
;
Modules
§
connect
pools
Structs
§
Pgsql
Pool
Constraints
连接池约束配置(参考 mysql 的 PoolConstraints)
Pool
Opts
连接池选项配置(参考 mysql 的 PoolOpts)