pool.connect() => Promise<pg.Client>. const { Pool } = require('pg'). const pool = new Pool(). ;(async function() {. const client = await pool.connect().
確定! 回上一頁