mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-01 19:00:09 +03:00
Update documentation to show the CachingConnection Pool
This commit is contained in:
parent
74238d52e7
commit
27baeab637
|
@ -58,3 +58,7 @@ be used.
|
||||||
.. autoclass:: ThreadedConnectionPool
|
.. autoclass:: ThreadedConnectionPool
|
||||||
|
|
||||||
.. note:: This pool class can be safely used in multi-threaded applications.
|
.. note:: This pool class can be safely used in multi-threaded applications.
|
||||||
|
|
||||||
|
.. autoclass:: CachingConnectionPool
|
||||||
|
|
||||||
|
.. note:: Expired connections are cleaned up on any call to putconn.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user