如何为带有asyncpg的INSERT使用准备好的语句?

时间:2018-12-16 06:23:41

标签: prepared-statement asyncpg

软件包docs https://magicstack.github.io/asyncpg/current/api/index.html#prepared-statements

唯一的协程似乎正在处理带有准备语句的SELECT查询。文档列表cursorexplainfetchfetchrowfetchvalasyncpg是否支持准备好的INSERT语句似乎并不明显。我尝试使用stmt.execute(...)作为猜测,实际上PreparedStatement对象没有属性execute

0 个答案:

没有答案