1.

What Is The Use Of Db.put() Method In Pouchdb?

Answer»

The db.put() METHOD is used to CREATE documents in POUCHDB databases.

Syntax:

db.put(document, callback) 

This method also SUPPORTS callback function.

The db.put() method is used to create documents in PouchDB databases.

Syntax:

db.put(document, callback) 

This method also supports callback function.



Discussion

No Comment Found