cypher-dsl

A Java DSL (Builder) for the Cypher Query Language

APACHE-2.0 License

Stars
188
Committers
29

Bot releases are hidden (Show)

cypher-dsl -

Published by michael-simons about 4 years ago

This is the first patch release for the rebooted Cypher-DSL project.

What's Changed

🚀 Features

  • GH-64 - Add function invocation for builtin point function.
  • GH-65 - Add support for defining calls to stored procedures.
  • Cypher.literalOf accepts now boolean values as well

🧹 Housekeeping

  • Improvements to the manual and Java Docs.

Thanks to @Andy2003 for contributing to this release.

cypher-dsl -

Published by michael-simons over 4 years ago

This is the first version of the rebooted Neo4j Cypher-DSL project. This version has been extracted from SDN-RX.

It's a completely revamped API and we use it in all places in SDN/RX for generating Cypher-Queries.

We use CalVer in the same way Spring does
since early 2020 (see Updates to Spring Versions) from this release onwards.

You'll find the manual of the latest release version under http://neo4j-contrib.github.io/cypher-dsl/current/ and the current development version - or main - under http://neo4j-contrib.github.io/cypher-dsl/main/.