使用MongoEngine库,如何返回一个匹配的数组元素?
db.blog.posts.find({"comments.name" : "bob"}, {"comments.$" : 1})
请问使用MongoEngine对上面语句的实现方式
莱德美容美发
10 years, 10 months ago
db.blog.posts.find({"comments.name" : "bob"}, {"comments.$" : 1})
请问使用MongoEngine对上面语句的实现方式