An open API service indexing awesome lists of open source software.

https://github.com/logocomune/phoenix

The Mongo Phoenix is designed to facilitate CRUD operations on a MongoDB database.
https://github.com/logocomune/phoenix

Last synced: over 1 year ago
JSON representation

The Mongo Phoenix is designed to facilitate CRUD operations on a MongoDB database.

Awesome Lists containing this project

README

          

# Mongo Phoenix
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/logocomune/phoenix)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/logocomune/phoenix/go.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/logocomune/phoenix)](https://pkg.go.dev/github.com/logocomune/phoenix)
[![codecov](https://codecov.io/gh/logocomune/phoenix/graph/badge.svg?token=GGN3PHjyZV)](https://codecov.io/gh/logocomune/phoenix)
[![Go Report Card](https://goreportcard.com/badge/github.com/logocomune/phoenix)](https://goreportcard.com/report/github.com/logocomune/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.