First, from the pg documentation*: const { Pool } = require('pg') const pool = new Pool() // the pool with emit an error on behalf of any idle clients // it ...
確定! 回上一頁