UNPKG

coke

Version:

A full stack MVC framework that speeds up your web development.

19 lines (13 loc) 299 B
var mongooseConnection; module.exports = function ( mongoose ){ if( !mongoose ){ return mongooseConnection; } var i = mongoose.connections.length; for( ;i-- ; ){ if( mongoose.connections[ i ].db ){ mongooseConnection = mongoose.connections[ i ]; break; } } };