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.

Integrating neo4j with express through the neo4j driver

I am confused about integrating neo4j with cypher language with express node js . I found many tutorials online but i can't understand things like :
1- the difference between session.read transaction and session.run
2- how to import the session object to be used in different routes

1 REPLY 1

Hi taghrid_mahdy,

welcome to the Neo4j community!

Concerning your first question: I think the Neo4j manual could help you here getting the difference between e.g. read transactions and session.run: https://neo4j.com/docs/driver-manual/current/sessions-transactions/