Minimongo api missing

I am having trouble finding the minimongo api and what methods might be omitted from the full mongo api.

My specific problem is that the callback I passing to insert/update does not seem to be firing.

collection.insert(data,callback);

the callback is not being fired. My only hypothesis is that maybe minimongo doesn’t fire the callback when inserting and updating on the client (but this callback does fire on the server where full mongo exists), but again I can’t find the docs for minimongo online. ALSO, I see other questions online that pertain to Mongo not just minimongo, where that callback doesn’t fire. Is this a known issue? -alex

No, that should work.