{ useNewUrlParser: true }
By saac Heaney at May 26 2021
To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect
By Lisa Mann at Apr 02 2020
DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
By Eric Waters at Apr 29 2021