NEW: sulpher
sulpher v0.2.0 is out — a Cypher graph query language parser written in Go.
This release completes openCypher 9 coverage and adds several Neo4j 5+ idioms:
✓ CALL {} subquery blocks (with variable scope clause and IN TRANSACTIONS)
✓ COUNT {} / COLLECT {} subquery expressions
✓ Label boolean expressions: (n:Person&Employee), (n:!Bot)
✓ LOAD CSV, pattern comprehensions, reduce(), quantified paths {n,m}
✓ Hex/octal literals, || GQL string concatenation
✓ 45-file corpus, 269 queries, 100% pass rate
Compatibility: openCypher 9 100% · Neo4j 5 ~85% · Neo4j 25 ~65%
https://github.com/ha1tch/sulpher
#Go #Golang #Neo4j #Cypher #GraphDatabase #OpenSource #Parser #FOSS #Sulpher







