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

Open databu opened 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

@jamesfer any chance that you might look at this soon? If you prefer an alternative way to enable named paths, I'd offer to implement that too.