connects - Search results
Mailing lists >> psycopg >> Thread
2023-09-06 23:05:43 | Re: CPU usage for queries, psycopg 2 vs 3 (Daniele Varrazzo)
connect on localhost? Are you able to run the same test with a server running
Mailing lists >> psycopg >> Thread
2023-09-05 17:51:50 | CPU usage for queries, psycopg 2 vs 3 (David Raymond)
connect(host = "localhost", dbname = "...", user = "...", password = "...", autocommit = True) with conn.cursor() as cur: cur.execute