# Functions
WhereIsNotNull will return a scope with not null value for given key.
LimitScope will return a scope with limit.
OffsetScope will return a scope with offset.
OrderScope will return a scope with order.
WhereIsNotNull will return a scope with not null value for given key.
WhereBetweenScope will return a scope with BETWEEN value1 AND value2 condition.
WhereNotInScope will return a scope with WHERE IN condition the argument must be slice of something.
WhereIsNotNull will return a scope with not null value for given key.
WhereIsNotScope will return a scope with <> condition.
WhereIsNull will return a scope with null value for given key.
WhereIsScope will return a scope with = condition.
WhereIsScope will return a scope with = condition.
WhereNotInScope will return a scope with WHERE NOT IN condition the argument must be slice of something.
# Type aliases
No description provided by the author