Kamva / mgm

Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver)
Apache License 2.0
754 stars 63 forks source link

It's posible make it simple? #77

Closed AlexeySpiridonov closed 1 year ago

AlexeySpiridonov commented 2 years ago

err := mgm.Coll(book).Create(book) >>> err := mgm.Create(book)