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.

drskuce
Node
since ‎09-03-2019
‎06-01-2022

User Statistics

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

User Activity

beginner with ne4j from Python win 10 64 latest neo from neo4j import * https://neo4j.com/docs/api/python-driver/1.7/ uri = "bolt://localhost:7687" d = GraphDatabase.driver(uri, auth=("neo4j", "")) def do(cypher): with d.session() as session: session...