Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Psycopg2 具有异步模式。
但是如果我们async=1为 postgresql_psycopg2 设置 OPTIONS - 我们会得到错误commit cannot be used in asynchronous mode。
async=1
commit cannot be used in asynchronous mode
那么,对于 django,是否有任何支持异步模式的包装器,例如 momoko?