Re: Connection pool branch merged in psycopg3

2021-03-12 Thread Rory Campbell-Lange
On 12/03/21, Daniele Varrazzo (daniele.varra...@gmail.com) wrote: > I have just merged the connection pool branch to main in psycopg3. I > am very happy about this object and I think it's an immense > improvement compared to psycopg2 pool. The documentation is already > online: > > - behaviour des

Connection pool branch merged in psycopg3

2021-03-12 Thread Daniele Varrazzo
Hello, I have just merged the connection pool branch to main in psycopg3. I am very happy about this object and I think it's an immense improvement compared to psycopg2 pool. The documentation is already online: - behaviour description: https://www.psycopg.org/psycopg3/docs/advanced/pool.html - A