Enforcing Data Quality in Neo4j 5: New Property Type Constraints & Functions
Nov 03, 2023 8 mins read
At Neo4j, we’ve been working on making the Cypher types visible in the Cypher language. This includes seeing what type a value has with the type predicate expression and valueType function. It also applies to introducing type constraints, which let you restrict types allowed to be stored... read more