demodb.js 134 B

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