InterviewSolution
Saved Bookmarks
| 1. |
How To Update An Already Created Batch In Pouchdb Database? |
|
Answer» The bulkDocs() method is used to UPDATE an array of documents in PouchDB. To update a value of batch, you have to know the _id, _rev and the VALUES that you WANT to update. The bulkDocs() method is used to update an array of documents in PouchDB. To update a value of batch, you have to know the _id, _rev and the values that you want to update. |
|