Function mz_postgres_util::schemas::get_schemas

source ·
pub async fn get_schemas(
    ssh_tunnel_manager: &SshTunnelManager,
    config: &Config
) -> Result<Vec<PostgresSchemaDesc>, PostgresError>