Timeout of psycopg2 connection - recycle conn?

前端 未结 0 333
走了就别回头了
走了就别回头了 2020-12-29 14:12

At the beginning of my process, I connect to a SQL Server database

conn = psycopg2.connect(dbname=dbn, user=user, password=pwd, host=host, port=port)
<         


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