The Neo4j JavaScript Driver Manual v4.4
License: Creative Commons 4.0
This manual covers the following areas:
-
Get started — An overview of the official Neo4j JavaScript Driver and how to connect to a Neo4j database.
-
Client applications — How to manage database connections within an application.
-
Cypher workflow — How to create units of work and provide a logical context for that work.
-
The session API — How the types and values used by Cypher map to native language types.
-
Driver terminology — Terminology for drivers.
Who should read this?
This manual is written for JavaScript developers building a Neo4j client application.
Learn with GraphAcademy
Building Neo4j Applications with Node.js
In this free course, follow a walk through the steps to integrate Neo4j into your Node.js projects. You will learn about the Neo4j Node.js Driver, how sessions and transactions work and how to query Neo4j from an existing application.