tingodb
tingodb copied to clipboard
delete function
Sorry I'm a newbie and you say that tingodb implement mongodb API so we can do
myCollection.insert(....)
but I want to remove somes objects, but I can't do
myCollection.deleteMany({}, {}, function(err, result) {...} );
deleteMany is not a function ?
you named this method remove....
I think this issue has to be reopened @miton18
tingodb declares to be 100% compliant to mongodb API but it's not. It defines an API remove instead of deleteMany and deleteOne, please reopen it !
I'm agree with you
I need this method. Will you develop it?