Provides a connection pool manager for PostgreSQL using the r2d2 pool and postgres crate.
# Cargo.toml
[dependencies]
r2d2_postgres = "0.18.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a PostgreSQL connection pool and retrieves a connection.
Enable the `with-tls` feature for TLS support, or use `NoTls` for plain connections.
No dependency data recorded yet.