philippkueng / node-neo4j

Neo4j REST API wrapper for Node.js
MIT License
211 stars 44 forks source link

Need support for neo4j 4.2.5 #70

Closed karthikn2510 closed 3 years ago

karthikn2510 commented 3 years ago

is this module will support with latest version neo4j 4.2.5

philippkueng commented 3 years ago

Hi @karthikn2510 thanks for raising the question, I don't think so. I've personally not been using Neo4j for the last couple of years and have not heard of a lot of people using this library. I'd recommend going with https://www.npmjs.com/package/neo4j-driver as it seems to be the official library by Neo4j.

karthikn2510 commented 3 years ago

Thanks @philippkueng