We're not showing accurate completions for the mongoose package.
```
var mongoose = require( 'mongoose' );
mongoose.connect( 'mongodb://localhost/test' );
var db = mongoose.Connection.
```
There should be lots of stuff on the Connection object. We show nothing.
```
var mongoose = require( 'mongoose' );
mongoose.connect( 'mongodb://localhost/test' );
var db = mongoose.Connection.
```
There should be lots of stuff on the Connection object. We show nothing.