node使用Koa2搭建web项目的方法

2020-06-17 07:03:04易采站长站整理

console.log('Mysql connection close failed !');
throw error;
}
});
});
}).then(function (chunk) {
return chunk;
});

return results;
};

module.exports = {
release : release,
execQuery : execQuery
}