node -postgres 是Node.js 模块的集合,用于与PostgreSQL 数据库接口。 ... rowMode: 'array' }; client.query(query).then(res => { const data = res.rows; ...
確定! 回上一頁