Google News
logo
PouchDB - Interview Questions
What is the use of db.put() method in PouchDB?
The db.put() method is used to create documents in PouchDB databases.

Syntax :
db.put(document, callback)  ?

This method also supports callback function.
Advertisement