使用express+pg体验接口开发

github Demonode 链接数据库请求数据 // connectpg.js const pg = require('pg'); function connectPg() { return new Promise((resolve, reject) => { const pgConfig = { user: 'postgres',
相关文章
相关标签/搜索