InterviewSolution
Saved Bookmarks
| 1. |
How Would You Delete A Batch In Pouchdb? |
|
Answer» The bulkDocs() method is used ALSO for DELETING an ARRAY of documents. To delete a batch, you have to know the _id and _rev VALUES of the documents. The bulkDocs() method is used also for deleting an array of documents. To delete a batch, you have to know the _id and _rev values of the documents. |
|