My preferred way to use node-postgres (and all async code in node.js) is with ... async (req, res) => { const { id } = req.params const { rows } = await ...
確定! 回上一頁