软件包docs https://magicstack.github.io/asyncpg/current/api/index.html#prepared-statements。
唯一的协程似乎正在处理带有准备语句的SELECT查询。文档列表cursor
,explain
,fetch
,fetchrow
,fetchval
。 asyncpg
是否支持准备好的INSERT语句似乎并不明显。我尝试使用stmt.execute(...)
作为猜测,实际上PreparedStatement
对象没有属性execute
。