create_pg_client_from_properties

Function create_pg_client_from_properties 

Source
pub async fn create_pg_client_from_properties(
    props: &BTreeMap<String, String>,
    tcp_keepalive: Option<TcpKeepaliveConfig>,
) -> ConnectorResult<Client>