im-aditya30 commented on issue #831: URL: https://github.com/apache/age/issues/831#issuecomment-1518536303
The `execCypher()` function uses a PostgreSQL prepared statement to execute the Cypher query, while `cypher()` builds a PostgreSQL statement that performs the Cypher query using the `buildCypher()` function. Moreover `execCypher()` is more robust in terms of error handling, while `cypher()` is more customizable and flexible, allowing for more control over the details of the query execution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org