使用express+pg體驗接口開發

github Demonode 鏈接數據庫請求數據 // connectpg.js const pg = require('pg'); function connectPg() { return new Promise((resolve, reject) => { const pgConfig = { user: 'postgres',
相關文章
相關標籤/搜索