mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-31 18:40: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
|
||||
|
||||
.. 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