neo4jshell
neo4jshell copied to clipboard
Error with no details
Hi,
I am trying to use this with Cypher-Shell 4.4.22.
It has install fine directly from github using devtools. I can reach the database fine with other tools. However when I try to run a query in R I just get 'Error:'
E.g. something like the following:
con = list(address = neoAddress, uid = neoU, pwd = neoPassword) neo4j_query(con, qry="SHOW DATABASES;", database = "system")
Server version is 4.4.27.
Thanks, Philip