repositorypackage
0.3.0
Repository: https://github.com/logocomune/phoenix.git
Documentation: pkg.go.dev
# 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.