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

[Discussion] Neo4j native successor to this package #192

Open NilsMoller opened 2 months ago

NilsMoller commented 2 months ago

Considering this package is no longer being maintained, and it is lacking some Cypher features I use quite a bit (for example, subqueries and case statements), I was looking for an alternative.

It seems Neo4j has released their own package which is quite similar in functionality to this (although the syntax is quite different, as it's not a fluent API). I've started using it, and aside from some refactoring it does seem like a newer and better solution.

This issue can serve as a discussion point of why one should or shouldn't switch, a feature comparison, etc.

Considering this is still the first result in Google, I figured I would post this to help anyone coming across this repo.