我正在尝试以下操作:
const { Client } = require('pg');
console.log(Client);
const client = new Client({
user: 'Username censored',
host: 'Host censored',
database: 'gisuebung',
password: 'Passworded censored',
port: 5432,
});
client.connect();
但是,当我运行它时,出现以下错误:Error in v-on handler: "TypeError: Client is not a constructor"
我是根据我在网上找到的一个片段写下这篇文章的,似乎在我看来到处都有人在做同样的事情。谁能告诉我我做错了什么?
BIG阳
侃侃无极
宝慕林4294392
相关分类