async with self.engine.acquire() as conn: async with conn.execute(query, params) as proxy: rows = await proxy.fetchall() rows[0].items().
確定! 回上一頁