When should I close the driver connection in neo4j?

后端 未结 0 1566
傲寒
傲寒 2020-12-08 06:34

For example: from neo4j import GraphDatabase

class HelloWorldExample(object):

    def __init__(self, uri, user, password):
        self._driver = GraphDataba         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题