Gets the connection database.
The connection database.
Gets the connection options.
A copy of the connection options.
Gets the connection url.
The connection host.
Returns a query that gives the document count for a filter.
The source to count.
The count query.
Adds all documents in template to the database.
The source to modify.
The list of documents to add.
The create query.
Deletes documents from the database that match a query.
WARNING: If you do not specify a filter object for the delete, then the collection is completely emptied.
The source to delete from.
The delete query.
Reads document from the database that match a query.
The source to query.
The read query.
Updates all documents that match the query filter with template.
The source to update.
The template to update with.
The update query.
Establishes connection parameters to a database.
The database options. All options are used here.
A new database can can be used to connect and query a mongodb database instance.
Generated using TypeDoc
Represents an IZDatabase object that connects to mongodb.