pg 模块中有两种数据库连接方式,先讲连接池模式,下面是创建连接池: // 创建连接池 var pool = new pg.Pool(config);. 传入配置后就创建好了连接池 ...
確定! 回上一頁