const conString = "postgres://postgres:dbpass@localhost/acm";
const connectionString = "postgres://postgres:dbpass@localhost/acm";
const client = new Client({
connectionString: connectionString,
});
const client = new Client({
connectionString: conString,
});