# README
Mongo Phoenix
The Mongo Phoenix is designed to facilitate CRUD (Create, Read, Update, Delete) operations on a MongoDB database.
It provides a clean and straightforward API to interact with the database, making it easier to perform common database operations.
Features
- CRUD Operations: Includes methods to create, read, update, and delete documents in a MongoDB collection.
- Query Generation Helpers: Contains helper functions to generate complex queries easily.
- Update Generation Helpers: Provides helper functions to construct update documents.
# Functions
Count returns the number of documents in the specified collection that match the given filter query.
DeleteAll deletes all documents that match the given filter query in the specified collection of the provided MongoDB database.
FindAll retrieves all documents from the specified collection in the MongoDB database that match the given filter query.
FindOne returns a single document from the specified collection in the MongoDB database.
No description provided by the author
No description provided by the author
No description provided by the author