amark / mongous

Simple MongoDB driver for Node.js with jQuery like syntax.
MIT License
246 stars 30 forks source link

Added the code to remove a document #2

Closed artktec closed 13 years ago

artktec commented 13 years ago

Added code so that one can remove a document using:

 db(db.collection).remove({query}, [true /*for atomic*/])

Regards,

Nika

amark commented 13 years ago

Thanks for jumping in! :)