There are more, but this one is very important. You can have a list of them here: http://docs.mongodb.org/manual/reference/operator/update/
This would be really useful if you have your updates in some shared space which can be used on the client side and then on the server side. In this way you don't need to re-write the same logic in 2 places.
I don't know if is useful for you, but would be a nice addition.
There are more, but this one is very important. You can have a list of them here: http://docs.mongodb.org/manual/reference/operator/update/
This would be really useful if you have your updates in some shared space which can be used on the client side and then on the server side. In this way you don't need to re-write the same logic in 2 places.
I don't know if is useful for you, but would be a nice addition.