connect to postgres database in node const Pool = require('pg').Pool; const pool = new Pool({ user: '', host: 'localhost', database: '', password: '' ...
確定! 回上一頁