pub fn pool_options(
url: &str,
sql_logging: bool,
max_connections: Option<u32>,
connect_timeout_secs: Option<u64>,
) -> ConnectOptionsExpand description
Builds ConnectOptions with SQL logging plus optional pool tuning:
max_connections (config database.pool) and connect_timeout in seconds
(config database.connect_timeout).