Skip to main content

script_handler

Function script_handler 

Source
pub async fn script_handler(
    __arg0: State<AppState>,
    __arg1: Json<QueryRequest>,
) -> impl IntoResponse
Expand description

Handler for multi-statement Cypher scripts Splits input on newlines, skips comments and blanks, executes each statement sequentially.