Skip to content
Advertisement

Tag: neo4j

Quoting into Cypher queries using PHP (escaping a string)

I’m using PHP and neoxygen/neo4j-neoclient to build a graph database and looking for a way to escape strings so that I can quote them safely into Cypher queries. I’m aware of the documentation on Cypher expressions but I was wondering if perhaps somebody already wrote such an escape function in PHP (or perhaps other languages so that I can port

Advertisement