cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

aeb0
Node
since ‎12-22-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I can't figure out how to use neo4j-ogm to generate a (single) query that will delete n records. I'd like to write some OGM code that achieves something like this: MATCH (n: Artist) WITH n SKIP 0 LIMIT 100 DELETE n But my code (below) generates one ...
I'm unable to connect to a Neo4j instance created via Neo4jRule in a test suite. I'm running the example code here. I saw a couple of threads with similar issues, but the solution didn't work. My build.sbt: libraryDependencies += "org.scala-lang.modu...