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.

HugoSart
Node
since ‎03-20-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Im doing a migration from Neo4j 3 to 4, and Im stuck at the following problem: Before, I had this line to create an embedded database: service = new GraphDatabaseFactory().newEmbeddedDatabase(dir); Now, I can't find a similar substitute for it. What ...