mz_self_managed_debug::system_catalog_dumper

Function create_postgres_connection

Source
pub async fn create_postgres_connection(
    connection_string: &str,
) -> Result<(Client, Connection<Socket, TlsStream<Socket>>, MakeTlsConnector), Error>