Details
-
New Feature
-
Resolution: Done
-
Minor - P4
-
None
Description
In some cases, you can find() a lot of things you want to modify, and then you want to modify each of them in a different way client-side, and then save them all simultaneously. If you could save a collection of objects, you would only need to make a single database call, instead of a lot of them. In an environment where you need to make every call SAFE, this is pretty useful.