Top "Psycopg" questions

Psycopg is a PostgreSQL adapter for Python programming language.

Psycopg2 Insert Into Table with Placeholders

This might be a rather silly question but what am I doing wrong here? It creates the table but the …

python postgresql postgis psycopg2 psycopg
How can I pool connections using psycopg and gevent?

The psycopg docs state: "Psycopg connections are not green thread safe and can’t be used concurrently by different green …

python postgresql asynchronous gevent psycopg