mWater/minimongo

db.collection.remove doesn't actually remove the data from indexedDB?

inovramadani opened this issue · 1 comments

I can see the document has "removed" state. But will this be ever removed actually from indexedDB at some point in time? If not, then how to remove it? As this will pile up unneeded data on the indexedDB.

image

I've added docs to explain how to resolve removes. We keep them around so that they can be sent to the server if this is used in a client/server arrangement. See section "Resolving removes" of the README.md