amark / mongous

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

findAndModify? #14

Open geddski opened 13 years ago

geddski commented 13 years ago

findAndModify doesn't appear to be supported. Any plans for this?

amark commented 13 years ago

I don't really know how this command works in the first place. Mongous is designed to be modular, you should write it and I'd love to add it!

nmorse commented 12 years ago

@geddesign , doesn't update() do what you want

db('blog.post').update(find, update, ...)