Best way to use this library?
tuddman opened this issue · 2 comments
tuddman commented
Hello,
can you please advise on the best way to use this library? More specifically, how to use the returned result(s) of a cypher query
or transaction
(besides just print
-ing the result, inside the with-transaction
block.
I'm getting
Error printing return value (ResultConsumedException) at org.neo4j.driver.internal.util.Futures/blockingGet (Futures.java:143).
Cannot access records on this result any more as the result has already been consumed or the query runner where the result is created has already been closed.
tuddman commented
nvm. reading this issue after the fact.
maybe make a note in the README of how to use this library from the REPL vs not?