]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add docs for using Psycopg 3 connection pooling
authorchrispy <chrispy@synopsys.com>
Fri, 24 Oct 2025 21:08:31 +0000 (17:08 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 28 Oct 2025 21:24:03 +0000 (22:24 +0100)
commit6f2275d8051beb501af912d431672887baa26594
treea2bbf2d7de61b51b78d3476fead62225cde82f5b
parent33f93745bc9adcdc521bda22939d1edc5ae53110
Add docs for using Psycopg 3 connection pooling

Updates documentation to describe how to use Psycopg 3 connection
pooling in SQLAlchemy. This is a follow-up to discussion #12522.

References: #12522
Closes: #12540
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12540
Pull-request-sha: 8abbcb6e863deb6e0cf077d5fa780a2be5792931

Change-Id: I11ded6f82852f354f8371051c4b68fd7bdd01997
lib/sqlalchemy/dialects/oracle/oracledb.py
lib/sqlalchemy/dialects/postgresql/psycopg.py