pub fn execute_sql(
    db: &RelationalDB,
    ast: Vec<CrudExpr>,
    auth: AuthCtx
) -> Result<Vec<MemTable>, DBError>
Expand description

Run the compiled SQL expression inside the vm created by DbProgram

Evaluates ast and accordingly triggers mutable or read tx to execute