How best to create profiles with unique id? That is, in one application,
users with UID's there, they should be treated as a primary key in SQL,
in short, there may be only one user at UID.
Example:
*Create user:
UID: 1
name: Leonard
*Result: OK
*Create user:
UID: 1
name: Bill
*Result: FAILED: User already exists with UID "1"
I'm using the Embedded (neo4j-community - v1.7) in applications Java!
Thanks!
--
Leonardo de Araújo DominguesGraduando em Sistemas de Informação - UFPB/Campus IV
Laborarório de Aplicação em Vídeo Digital - LAVID/UFPB