Which of the following function may be used to delete a database in PouchDB?

7. Which of the following function may be used to delete a database in PouchDB?

  1. Db.delete()
  2. Db.remove()
  3. Db.del()
  4. Db.destroy()

Answer: D) Db.destroy()

Explanation:

PouchDB's db.destroy() function may be used to delete a database.

Comments and Discussions!

Load comments ↻






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