Is there a way to add the schema when you search in node-postgres?

前端 未结 0 852
情深已故
情深已故 2020-12-22 00:30

I am using node and Postgres

In my db.js file, I have this

const Pool = require(\'pg\').Pool;

const pool = new Pool({
  user: \'postgres\',
  host: \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题