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 = 32Created using environment variables, seePOSTGRES_CONFIG.