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 #163

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)-[]-()".

databu commented 3 years ago

Closing this because we've polluted our master branch with unrelated changes. I'll create a new PR from a new branch with this change only.