Is it possible to remove collection or entire db using mongoose.js?
This can now be done in Mongoose.
MyModel.collection.drop();
Hat tip: https://github.com/Automattic/mongoose/issues/4511