有没有办法用MongoDB在原子操作中切换ONE文档的布尔字段?说,(在python中)
cl.update({"_id": ...}, {"$toggle": {"field": 1}})
mongodb mongodb-query
mongodb ×1
mongodb-query ×1