neo4j-javascript-driver
neo4j-javascript-driver copied to clipboard
Neo4j Bolt driver for JavaScript
closes DRIVERS-107 This PR provides support for typechecking and automatic conversion of parameters, as well using the object mapping registry to register mapping strategies for classes. This lets users directly...
## Description When connecting to Neo4j/Memgraph using an IP address (e.g., `bolt://12.34.56.78:7687`), Node.js emits a deprecation warning: ```rs (node:30) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is...
Closes DRIVERS-64
# Feature Request Ability to do: ```js new DateTime({ ... }) new DateTime(new DateTime(...)) ``` As far as JS is dynamic and relies mostly on object's shapes, which is working...