Function with_pool_config

Source
pub fn with_pool_config(
    config: PostgresConfigBuilder,
) -> Result<Pool<PostgresConnectionManager<NoTls>>, Error>
Expand description

Create a new PostgreSQL connection pool with custom configuration