I used this node to access my mongo-db. (I thought this is the official one). Until now - it is working as expected. However I get the following error in the console:
(node:17736) [MONGODB DRIVER] Warning: Current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
(Use `node --trace-warnings ...` to show where the warning was created)
Does this mean that the node will be no longer supported - or that I can't access the mongo-DB with this nodes?