modulepackage
0.0.0-20250201121733-8ff76fa2745a
Repository: https://github.com/nikkerella/monggo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
DeleteID deletes a document from the specified MongoDB collection based on the provided id.
No description provided by the author
FindMany retrives multiple documents from the specified MongoDB collection that match the provided filter and sorts them.
FindOne retrieves a single document from the specified MongoDB Collection that matches the provided filter.
Return total pages.
Insert adds a new document to the specified MongoDB collection from the provided generic value T.
NewIter initializes and returns a new Iter instance.
No description provided by the author