Categorygithub.com/logocomune/phoenix
repositorypackage
0.3.0
Repository: https://github.com/logocomune/phoenix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Mongo Phoenix

GitHub go.mod Go version GitHub Actions Workflow Status Go Reference codecov Go Report Card

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.