Google News
logo
PouchDB - Quiz(MCQ)
With the ____ function, you can create an array (batch) of documents in PouchDB.
A)
db.arraybulk()
B)
db.bulkarray()
C)
db.bulkDocs()
D)
None of the above

Correct Answer :   db.bulkDocs()


Explanation : With the db.bulkDocs() function, you can create an array (batch) of documents in PouchDB.

Advertisement