Skip to main content

execute

Function execute 

Source
pub async fn execute(
    memory_dir: &Path,
    request: &Request,
) -> Result<Value, RecallError>
Expand description

Run a hot graph operation, starting the daemon if necessary.

In mode = "server" the request runs in-process against the external SurrealDB server; the result is identical either way.