928c4f6829
using asynchronous calls internally but offering a blocking interface so that regular code can run unmodified. WWW: https://bitbucket.org/dvarrazzo/psycogreen PR: 199067 Submitted by: loic.blot@unix-experience.fr
5 lines
235 B
Text
5 lines
235 B
Text
The psycogreen package enables psycopg2 to work with coroutine libraries,
|
|
using asynchronous calls internally but offering a blocking interface so
|
|
that regular code can run unmodified.
|
|
|
|
WWW: https://bitbucket.org/dvarrazzo/psycogreen
|