如何通过mongoosejs检查mongodb中是否存在集合

时间:2013-10-30 16:42:48

标签: mongodb collections mongoose

我通过mongoosejs使用Mongodb。 例如:我想在我的数据库中检查一个名为Users的集合。那么有什么功能吗?有点像Users.exits()

在mongo-native中有这个功能:

db.collectionNames("Users", function(err, items) {} //return the Users collection if it exits

谢谢!

0 个答案:

没有答案