Skip to main content

create_pg_client

Function create_pg_client 

Source
pub async fn create_pg_client(
    config: &PgConnectionConfig,
    tcp_keepalive: Option<TcpKeepaliveConfig>,
) -> Result<Client>