Added support for using comparisons
Comparison | Meaning |
---|---|
-eq | Equals |
-neq | Not Equal |
-gt | Greater than |
-gte | Greater than or equal to |
-lt | Less than |
-lte | Less than or equal to |
-rgx | Regex - only for strings. Regex syntax found on github and pgk.go.dev |
|
Works just like FindMany but only returns a count.