Function mz_testdrive::util::postgres::postgres_client
source ยท pub async fn postgres_client(
url: &str,
default_timeout: Duration,
) -> Result<(Client, JoinHandle<Result<(), Error>>), Error>
pub async fn postgres_client(
url: &str,
default_timeout: Duration,
) -> Result<(Client, JoinHandle<Result<(), Error>>), Error>