nodejs鏈接數據庫二--鏈接數據庫池

//鏈接數據庫池 安裝以前是須要安裝 npm install -g node-mysql 這個包的 //mysql_mode.js var mysql = require("mysql"); //建立一個鏈接池的模塊 而後導出 function OptPool(){ this.flag = true; this.pool = createPool({ host:'localho
相關文章
相關標籤/搜索