Pool ; pool = new Pool({ user: 'user', 'database', password: 'password', host: 'host', port: 5432 }); //ensure table exists in db pool.query('CREATE ...
確定! 回上一頁