We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b594d5 commit d83bf75Copy full SHA for d83bf75
README.md
@@ -29,6 +29,7 @@ with conn1.cursor() as cur:
29
cur.execute("SELECT 1")
30
print(cur.fetchall())
31
32
+# closing connection
33
con_obj.close(conn1)
34
35
print(f"Available connections: {con_obj.available_connections}")
0 commit comments