标签: python django psycopg
Psycopg2具有异步模式。
但是,如果我们将在POSTTIONS中设置async=1 postgresql_psycopg2,我们将收到错误commit cannot be used in asynchronous mode。
async=1
commit cannot be used in asynchronous mode
那么,对于支持异步模式的django,有没有像momoko这样的包装器?