Module

Neo4j & TypeScript

In this module, you will learn about the lifecycle of the Neo4j Driver and how it should be used within your application. By the end of this module, you will have learned how to:

  • Install the Neo4j JavaScript Driver.
  • Create an instance of the Driver.
  • Execute queries using driver.executeQuery().
  • Process results received by the Driver.
  • Use sessions and transaction functions for advanced use cases.
  • How to use TypeScript types to enable type-checking and auto-completion.
Ready, let's go!