首先使用npm安裝資料庫連線模組: npm install --save pg 連線池建立. ... 查詢 pool.connect(function(err, client, done) { if(err) { return ...
確定! 回上一頁