runGet retrieves a single document given its id.
Additional query parameters may be included using the GetParams parameter.
It is important the data supplied to this function is properly validated or bad things can happen.
runRemove a single document by its key.
Additional query parameters may be included via the RemoveParams parameter.
It is important the data supplied to this function is properly validated or bad things can happen.
runSearch for documents in the database that match the specified SearchParams.
It is important the data supplied to this function is properly validated or bad things can happen.
runUpdate updates a single document by id.
The UpdateParams may be specified to add further details to the operation.
It is important the data supplied to this function is properly validated or bad things can happen.
Generated using TypeDoc
runCreate creates a new document in the provided Model's collection.
It is important the data supplied to this function is properly validated or bad things can happen.