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.

pralivera
Node
since ‎06-12-2020
‎06-01-2022

User Statistics

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

User Activity

I have the neo4j 4.0 server and the neo4j driver 4.0 in my application. I initialize driver as follows const driver = neo4j.driver( process.env.neo4j://db:7687 || "neo4j://localhost:7687", neo4j.auth.basic( process.env.NEO4J_USER, process...