Mongodb ODM for Golang
by farnoud on 12/28/2019, 12:52:58 PM
MGM is model based and makes search and aggregate super easy to do in Golang. It's easy to config Mongo's go driver.
All Mongo operators are predefined so you don't have to hard code them.
It also has hooks for all the CRUD functions. You can do anything before/after all operations.
this is the first Golang ODM wrapper for Mongo DB.
give it a try and let us know what you think :)
by mehran-prs on 12/28/2019, 1:00:08 PM
It's the first ODM wrapper for the Official Mongo Go Driver.
MGM is model based and makes search and aggregate super easy to do in Golang. It's easy to config Mongo's go driver.
All Mongo operators are predefined so you don't have to hard code them.
It also has hooks for all the CRUD functions. You can do anything before/after all operations.
this is the first Golang ODM wrapper for Mongo DB.
give it a try and let us know what you think :)