How to determine some value must be unique in Neo4j?
for example, I want to store user data in node, so the username must be unique. Is there a way to do this, like what we do in sql (define username as unique properties)?
Moein hosseini
source share