Neo4j.Sips v0.1.21 Neo4j.Sips.Connection

Summary

Functions

returns a Neo4j.Sips.Connection

returns a Connection containing the server details. You can specify some optional parameters i.e. graph_result

returns the version of the Neo4j server you’re connected to

Starts the connection process. Please check the config files for the connection options

Functions

conn()

returns a Neo4j.Sips.Connection

conn(options)

returns a Connection containing the server details. You can specify some optional parameters i.e. graph_result.

graph_result is nil, by default, and can have the following values:

graph_result: ["row"]
graph_result: ["graph"]

or both:

graph_result: [ "row", "graph" ]
server_version()

returns the version of the Neo4j server you’re connected to

start_link(params)

Specs

start_link(Keyword.t) :: GenServer.on_start

Starts the connection process. Please check the config files for the connection options