Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 616 Bytes

Queries.md

File metadata and controls

48 lines (23 loc) · 616 Bytes

Queries

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

|

Find One

Find Many

Insert One

Insert Many

Update One

Update Many

Replace One?

Delete One

Delete Many

Count

Works just like FindMany but only returns a count.