You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release/3.1.0.rst
+63Lines changed: 63 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,69 @@ The following numeric types are added:
159
159
* ``float64``: a 64-bit floating point number.
160
160
161
161
162
+
.. _3-1-experimental_connpool:
163
+
164
+
Experimental 'connpool' module
165
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166
+
167
+
A new ``experimental.connpool`` :ref:`module <built_in_modules>` provides a set of features for remote connections to any cluster instance or executing remote procedure calls on an instance that meets the specified criteria.
168
+
To load the ``experimental.connpool`` module, use the ``require()`` directive:
0 commit comments