[][src]Function zamm_yin::graph::bind_cypher_graph

pub fn bind_cypher_graph(uri: &str)

Bind GRAPH to an external Neo4j database.

Current limitations:

  • This requries Neo4j version 3, because rusted_cypher currently does not appear to support version 4. See the deprecation notice on the version 3 API.
  • Only string values can be attached to nodes.