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.
- Host: GitHub
- URL: https://github.com/logocomune/phoenix
- Owner: logocomune
- Created: 2024-06-29T12:39:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:40:39.000Z (over 1 year ago)
- Last Synced: 2025-01-10T15:20:05.407Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mongo Phoenix


[](https://pkg.go.dev/github.com/logocomune/phoenix)
[](https://codecov.io/gh/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.