I'm trying to connect Nodejs to PostgreSQL database, for that I'm using node-postgres. var pool = new Pool({ user: username, password: password, ...
確定! 回上一頁