# Functions
IsNotFound checks if the given error is a MongoDB not found errorr.
NewConnection creates a MongoDB connection with the given parameters.
NewRepository returns a MongoDB repository using the given connection.
# Structs
Conn represents a MongoDB connection.
Repository implements the Repository interface for the MongoDB database.
Resource implements the Resource interface for MongoDB.