demodb.js 185 B

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