node-pg-pool, node postgres的连接池 pg池 节点postgres的连接池安装npm i pg-pool pg使用创建要使用pg池,你必须首先创建池的实例var Pool = require('pg-pool')// by default