Function mz_environmentd::http::sql::execute_request

source ยท
async fn execute_request<S: ResultSender>(
    client: &mut AuthedClient,
    request: SqlRequest,
    sender: &mut S,
) -> Result<(), Error>
Expand description

Executes an entire SqlRequest.

See the user-facing documentation about the HTTP API for a description of the semantics of this function.