Neo4j.Sips v0.1.21 Neo4j.Sips.Utils
Common utilities
Summary
Functions
use a collection for finding and extracting elements with a given name
Given a list of queries i.e. [{"cypher statement ..."}, %{parameters...}]
, this
method will return a JSON that may look like this
Generate a random string
Functions
Given a list of queries i.e. [{"cypher statement ..."}, %{parameters...}]
, this
method will return a JSON that may look like this:
{
"statements" : [ {
"statement" : "CREATE (n {props}) RETURN n",
"parameters" : {
"props" : {
"name" : "My Node"
}
}
} ]
}