By mswatcher
via emptysquare.net
Submitted: Dec 18 2012 / 11:35
This post is in response to a persistent form of question I receive about MongoDB drivers: "Does driver X support feature Y?" The answer is nearly always "yes," but you can't know that unless you understand MongoDB commands. There are only four kinds of operations a MongoDB driver can perform on the server: insert, update, remove, query, and commands.
Add your comment