Hi,
I wanted to know a way to pull the data from database using py2neo API
(without executing cypher).
I can create a node simply using,
a= Node(Person{name:"abcd"})
In the same way, I want to retrieve a node from Graph Database.
Is anything exists to pull like this. a=getNode(Person{name:"abcd"}) (
getNode() in not a real method).
I am to do the same using executing the cypher. But I wanted to use API
instead.
--
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.