当前位置: 代码迷 >> 综合 >> Mongoose - count和countDocuments方法
  详细解决方案

Mongoose - count和countDocuments方法

热度:3   发布时间:2024-01-15 11:35:42.0
  • This method is deprecated. If you want to count the number of documents in a collection, e.g. count({}), use the estimatedDocumentCount() function instead. Otherwise, use the countDocuments() function instead.
  • count ({})方法已弃用。如果要计算集合中的文档数 (例如count ({})), 请改用estimatedDocumentCount() 函数。否则, 请改用countDocuments()函数。
  相关解决方案