Static primitives::postgres::POSTGRES_POOL
source · pub static POSTGRES_POOL: Lazy<Pool>
Available on crate feature
postgres
only.Expand description
A Postgres pool with reasonable settings:
- [
RecyclingMethod::Verified
] Pool::max_size = 32
Created using environment variables, seePOSTGRES_CONFIG
.