mz_testdrive::util::postgres

Function postgres_client

Source
pub async fn postgres_client(
    url: &str,
    default_timeout: Duration,
) -> Result<(Client, JoinHandle<Result<(), Error>>), Error>