The format of the Cypher query language in script files still appears a bit ambiguous...how do i add comments to such a file?
Thank you!
You use double slashes for cypher comments
// this is a comment
the file format is of Neo4j-shell not so much of Cypher.
Use semicolons to end statements and you can surround a number of statements with BEGIN
and COMMIT
for a larger transaction.
You can also have other neo4j-shell commands in that file. Like schema --await
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With