query("BEGIN;"); while (true) { n++; if (n === max) { throw new Error("Max retry count reached."); } try { await operation(client, callback); await client.query ...
確定! 回上一頁