Categorygithub.com/lab259/repository
modulepackage
0.5.1
Repository: https://github.com/lab259/repository.git
Documentation: pkg.go.dev

# README

CircleCI codecov GoDoc Report card

Repository

The repository is the first ORM initiative for being used with MongoDB (mgo library).

Usage

TODO: Use it and then grab some examples.

License

MIT

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CountAndQuery will use the same idea as `Query`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindByID finds a model based on its ID.
GetQueryCriteria builds the criteria that will be performed in the Find method of a `mgo.Collection.Find` method.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Query builds the criteria, using `GetQueryCriteria`, and performs the `mgo.Collection.Find` for building the `mgo.Query`.
No description provided by the author
No description provided by the author
No description provided by the author
Update does a complete update of a model.
UpdateAndFind does an update and returns the updated model.
UpdateRaw does a complete update of a model.
UpdateRawWithCriteria does a update of a model based on any selector.
Upsert find a single document, if matching update else create.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Comparison Operators.
Element Operators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Evaluation Operators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Evaluation Operators.
Array Operators.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
Queryable objects will be treated as special objects during the query building.
QueryModifier is the interface that describes an object that can modify one `mgo.Query`.
QueryRunner provide a infrastructure for executing querys in different contexts.
No description provided by the author

# Type aliases

No description provided by the author