Documentation ¶
Index ¶
- func CloseDriver(driver neo4j.Driver) error
- func CreateDriver(uri, username, password string) (neo4j.Driver, error)
- func EdgeQuery(driver neo4j.Driver, Cypher string, DB string) ([]neo4j.Relationship, error)
- func NodeCreate(driver neo4j.Driver, Cypher string, DB string) error
- func NodeQuery(driver neo4j.Driver, Cypher string, DB string) ([]neo4j.Node, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseDriver ¶
func EdgeQuery ¶
EdgeQuery is common API for Querying relationship in neo4j DB the cypher string must use "r"(relationship) as the obj name example: "MATCH (r) RETURN n, r.weight as weight LIMIT 100" neo4j.Relationship slice are return value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.