New Blog: Introducing Deno Runtime to the Neo4j Driver for Javascript

With the new Neo4j Driver for Javascript version 5.14, you can now query Neo4j using Deno natively.

Deno is a Typescript and Javascript runtime with secure defaults and native support for testing, linting, formatting, and package management in the box. Like NodeJS, Deno runs on the V8 Javascript engine.

The Deno version of the driver started with a contribution from Braden MacDonald , who created the tool for automatically generating Deno source code from the existing driver code; a big tha...

Read it: Introducing Deno Runtime to the Neo4j Driver for Javascript