Google News
logo
PouchDB - Quiz(MCQ)
What is the purpose of PouchDB's 'bulkDocs' API?
A)
To delete multiple documents from the database
B)
To compress multiple documents in the database
C)
To retrieve multiple documents from the database
D)
To insert or update multiple documents in the database

Correct Answer :   To insert or update multiple documents in the database


Explanation : PouchDB’s “bulkDocs” API allows you to insert or update multiple documents in the database at once, which can be more efficient than inserting or updating them one at a time.

Advertisement