How does Mongoose handle multiple connect calls?
I have read through the documentation for connections and am confused about what will occur if I call mongoose.connect on every request to my express server with the same URL and options. Will the previous connection automatically be re-used if one exists or will a new one always be established?