psycopg / psycogreen

Integration of psycopg2 with coroutine libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation update for psycopg 3 gevent

maybephilipp opened this issue · comments

Please update the doc mentioning that psycopg (aka psycopg 3) doesn't require this module since has built-in support of gevent. See psycopg/psycopg#4 (comment)

Not quite: psycopg 3 may require it when using the C extension. This module should actually introduce its support.