# Functions
NewSession initializes a MongoDB connection to the given host.
# Interfaces
Collection is an interface for accessing a MongoDB collection.
Database is an interface for accessing a MongoDB database.
Query is an interface for querying a MongoDB collection.
Session is an interface for a MongoDB session.