jamesfer / cypher-query-builder

An flexible and intuitive query builder for Neo4j and Cypher.
http://jamesfer.me/cypher-query-builder/index.html
MIT License
104 stars 22 forks source link

Add PathNamePattern class and corresponding pathName() function to allow constructing queries with named paths #178

Closed databu closed 3 years ago

databu commented 3 years ago

Add PathNamePattern class and corresponding pathName() function to allow constructing patterns with named paths, like "MATCH p=(n)-[]-()".

(This was previously in PR #163 which I closed because our master branch got polluted with other changes.)

databu commented 3 years ago

Ok this got created from our master again, even though I created the PR from another branch. Closing again.