Good morning everyone
i'am trying to connect my nde js programe to neo4j by writing this programe below but not working
const neo4j = require('neo4j-driver')
const driver = neo4j.driver("bolt://localhost:7687", neo4j.auth.basic("karim", "karim"))
con...