Hello,
I am trying to use py2neo (http://py2neo.org/2.0/ext/ogm.html). I am having trouble looking up a node. I already have a node stored. Fruit("mango") I am trying to add a User("Shekar") to like Fruit("mango") I am able to add 2 nodes but I am having trouble creating relationship. What is the best way to get a node given the fruit name, desrialize it to something that can be a added as a relation? - Shekar -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
