Psycopg 3.0 Released
by WalterGR on 10/13/2021, 10:10:17 AM
“Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its core is a complete implementation of the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.”
by mickjagger on 10/13/2021, 11:02:35 AM
I wonder how this stacks up against asyncpg?
“Psycopg is the most popular PostgreSQL adapter for the Python programming language. Its core is a complete implementation of the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.”