persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
It seems that LocalQueryCollection clone method, which is used internally by the memory store destroyAll() method, will copy all _items thus, no item is ever deleted.
It seems that LocalQueryCollection clone method, which is used internally by the memory store destroyAll() method, will copy all _items thus, no item is ever deleted.