Skip to content

Commit a019bdc

Browse files
committed
Added more parameters to configure connection
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent efd8b81 commit a019bdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/psqlpy/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from psqlpy._internal import (
22
Connection,
33
ConnectionPool,
4+
ConnLoadBalanceHosts,
45
ConnRecyclingMethod,
6+
ConnTargetSessionAttrs,
57
Cursor,
68
IsolationLevel,
79
QueryResult,
@@ -22,4 +24,6 @@
2224
"IsolationLevel",
2325
"ReadVariant",
2426
"connect",
27+
"ConnLoadBalanceHosts",
28+
"ConnTargetSessionAttrs",
2529
]

0 commit comments

Comments
 (0)