Create a new instance of a Collection class.
Check and create the specified collection if it doesn't exist.
Get the names of all available databases.
Check if a collection exists.
Removes a database collection from the database.
Asynchronously removes one entry in a database or adds a new one if it doesn't exist. Usage e.g. for toggling a flag.
Asynchronously updates one entry in a database or adds a new one if it doesn't exist.
Represents a database management class for performing CRUD operations.