Julia library for interacting with Neo4j databases using the HTTP API.
Supports only basic HTTP methods for now, but is functional. Written since the two other Julia Neo4j packages do not work Neo4jBolt.jl and Neo4j.jl.
More functionality and documentation may come later, PRs welcome.
Defines the Neo4j database connection. If keyword arguments are not specified, connection to default local database is created. Returns nothing
if there was an issue connecting.
Commit the Cypher query to the database and get the results or nothing
if an error occured.
Fetches a list of other Neo4j URIs, as well as version information of the server.