(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

阅读 68

2022-07-12

(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

虽然数据库连接成功 但是看着这警告有点不舒服

(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead._mongodb

解决办法

只需要在在options中添加:useCreateIndex: true就可以解决此问题

(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead._bug_02

哈哈哈哈哈 成功解决

(node:2612) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead._数据库_03


精彩评论(0)

0 0 举报