manager.close
Closes the connection.
Arguments
[
force
] (Boolean): Force close, emitting no events[
callback
] (Function): You may optionally specify a callback which will be called once the connection to the mongo database is closed.
Returns
A Promise
Example
db.close()