package
0.0.0-20230427205542-86833b7e4cc0
Repository: https://github.com/cloudykit/framework.git
Documentation: pkg.go.dev

# Functions

And is equivalent to expr0 && expr1 && expr...
ByID query by object _id.
No description provided by the author
Eq creates a new query object and sets bson field k with row[k][$eq]=v which can be express like row[k] == v.
Exists is equivalent to !expr0 || !expr1 || !expr...
No description provided by the author
Gt creates a new query object and sets bson field k with row[k][$eq]=v which can be express like row[k] == v.
Gte creates a new query object and sets bson field k with row[k][$eq]=v which can be express like row[k] == v.
In creates a new query object and sets bson field k with row[k][$ne]=v which can be express like row[k] != v.
Lt creates a new query object and sets bson field k with row[k][$eq]=v which can be express like row[k] == v.
Lte creates a new query object and sets bson field k with row[k][$eq]=v which can be express like row[k] == v.
Neq creates a new query object and sets bson field k with row[k][$ne]=v which can be express like row[k] != v.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Nin creates a new query object and sets bson field k with row[k][$ne]=v which can be express like row[k] != v.
NotOr is equivalent to !expr0 || !expr1 || !expr...
Or is equivalent to expr0 || expr1 || expr...
RegEx creates a new query object and sets bson field k with regex pattern and options.
SetOnInsert is equivalent to !expr0 || !expr1 || !expr...

# Structs

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