With asyncpg you can query directly with conn.execute without creating a cursor. await conn.execute("INSERT INTO users(name) VALUES($1)", "foo").
確定! 回上一頁