📌  相关文章
📜  (节点:3168)DeprecationWarning:collection.ensureIndex 已弃用.请改用 createIndexes. (使用 `node --trace-deprecation ...` 显示警告的创建位置) - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:07.895000             🧑  作者: Mango

代码示例2
mongoose
  .connect(process.env.DB_CONNECTION, {
    useNewUrlParser: true,
    useUnifiedTopology: true,
    dbName: "business",
    useCreateIndex: true
  })