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

# 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.

# Packages

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

# 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

# Structs

No description provided by the author