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.

  1. db.bulkarray()
  2. db.bulkDocs()
  3. db.arraybulk()

Answer: B) db.bulkDocs()

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.