Switch the Database of the default mongoose connection
In trying to limit the number of connections in my web application I switched from using mongoose.createConnection() to mongoose.connect()
In trying to limit the number of connections in my web application I switched from using mongoose.createConnection() to mongoose.connect()