Similar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object).
Emits empty array when no documents are stored.
Only used internally and for cleaning up after tests.
If you need to use this for other purposes, consider adding clear() or destroy() to stores interfaces.
Returns Promise<void>
destroy
destroy(): Observable<void>
Clear all resources used by the store.
Returns
Emits undefined and completes. Completes without emitting if store is already destroyed.
PouchDB database that implements CollectionStore. Supports sorting by custom document _id