/** * Created by Tony on 2017/1/13. */ var mg = require('mongoose'); mg.createConnection('localhost','Demo'); exports.mongoose = mg;