With node-postgres (which is the one you're using) I've only made it work using the pool do manage the connections. const pg = require('pg') ...
確定! 回上一頁