Answers for "To use the new Server Di scover and Monitoring engine, pass option { useUnifiedTopology: true } to the Mo ngoClient constructor"

4

DeprecationWarning: current Server Discovery and Monitoring engine is deprecated,

mongoose.connect("paste db link", {useUnifiedTopology: true, useNewUrlParser: true, useCreateIndex: true });
Posted by: Guest on May-21-2020

Code answers related to "To use the new Server Di scover and Monitoring engine, pass option { useUnifiedTopology: true } to the Mo ngoClient constructor"

Browse Popular Code Answers by Language