I am building social media api which will probably run 24/7. I previously used mongoDB.
I am switching to neo4J. In npm documentation it says to close connection and session after done. Do I need to close the connection. If I open/close the connectio...