is the name of the database
Gets all documents out of the database
Array of document objects
Returns the document of a specified id
the id of document
The document being returned
Saves a new document to the database
is the document object being saved to the database
Updates a document that already exists in the database
is the document that needs to be updated
is the object property we would like to update
is the value of the new property being updated
Generated using TypeDoc
Creates a new PouchDB instance