{ Pool } = require('pg') · const pool = new Pool() · assert(pool.totalCount === 0) · assert(pool.idleCount === 0) ·;(async function() { · const client = await pool.
確定! 回上一頁