neo4j

What are the appropriate scenarios for graph-based databases

Lately I have been studying the graph-based database Neo4j. Considering that the vast majority of current applications use t ... be the main pros and cons? in the National (Brazilian) scenario, there is adherence of this type of database in production?

Neo4jError: Queries cannot be run directly on a session with an open transaction; either run from within the transaction or use a different session

Hello, I am New using Neo4J and came across this error today, in my conception, I am closing and opening sessions, but I am g ... ecords[0]; const node = singleRecord.get(0); res.send(`Usuário ${userName} cadastrado com sucesso`) driver.close(); }); };