Function mz_test_util::mz_client::client

source ·
pub async fn client(host: &str, port: u16) -> Result<Client>
Expand description

Create and return a new PostgreSQL client, spawning off the connection object along the way.