Inititalize the collection
checking the object for compliance with the filter
filter for object find({id:1, type:"help"})
object to compare
function to find documents by filter in collection
filter object find({id:1, type:"help"})
function to find one document by filter in collection
filter object find({id:1, type:"help"})
Insert a document to collection
Document to insert
Insert a many documents to collection
array of documents to insert
Replace document in collection
Filter
Document to replace
Replace documents in collection
Filter
Document to insert
Generated using TypeDoc
Class of Tessra Collection Performs all the functions of TessraDB collections (find, delete, insert, update, etc.)