I have started playing around with db4o but quite soon I have run into a problem of when I remove a link then I have to remove a link somewhere else. Can I enforce constraints, as I can with a relational database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Neo4j guarantees that relationships are at all times connected to exactly two nodes: a start node and an end node. In Neo4j relationships are first class citizens, and you don’t need to bother about how they are implemented.