module
0.0.0-20241203014913-d3df302a8e18
Repository: https://github.com/jesusrj/go-mongo.git
Documentation: pkg.go.dev
# README
MongoDB Go Driver Abstraction
This project provides an abstraction layer for interacting with MongoDB using Go. It leverages generics, reflection, and abstraction to enable CRUD operations on MongoDB.
Usage
Entities
Dependencies
This project depends on the official MongoDB Go driver. Ensure you have it installed in your project:
go get go.mongodb.org/mongo-driver/mongo
Roadmap
- [] Enhace error handler
- [] Support to soft delete (Logical Exclusion)
- [] Add cache reflection
License
This project is licensed under the MIT License.