是否可以使用pg-promise nodejs创建表和架构?

时间:2019-01-29 14:45:22

标签: node.js postgresql pg-promise

  

我试图在节点js中使用以下代码批量导入,但在此之前,我需要创建一个表。

  const cs = new pgp.helpers.ColumnSet(['incdt_crte_by_i', 
        'incdt_asgn_to_i'], {table: 'incdt'});

  // data input values:
 const values = [{incdt_crte_by_i: 'a1', incdt_asgn_to_i: 'b1'}, 
 {incdt_crte_by_i: 'a2', incdt_asgn_to_i: 'b2'}];

0 个答案:

没有答案