Home »
MCQs »
PouchDB MCQs
With the ____ function, you can create an array (batch) of documents in PouchDB
9. With the ____ function, you can create an array (batch) of documents in PouchDB.
- db.bulkarray()
- db.bulkDocs()
- db.arraybulk()
Answer: B) db.bulkDocs()
Explanation:
With the db.bulkDocs() function, you can create an array (batch) of documents in PouchDB.