Google News
logo
PouchDB - Quiz(MCQ)
Which of the following function may be used to delete a database in PouchDB?
A)
Db.del()
B)
Db.delete()
C)
Db.remove()
D)
Db.destroy()

Correct Answer :   Db.destroy()


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

Advertisement