package
0.0.0-20250204102022-b77c1431ca83
Repository: https://github.com/ngoctd314/common.git
Documentation: pkg.go.dev
# Functions
And will Join simple a slice of condition into a condition with AND WiseFunc for where statement.
Between represents "field BETWEEN lower AND upper".
Eq represents "field = value".
Gt represents "field > value".
Gte represents "field >= value".
In represents "field IN (value...)".
IsNotNull represents "field IS NOT NULL".
IsNull represents "field IS NULL".
No description provided by the author
Like represents "field LIKE value".
Lt represents "field < value".
Lte represents "field <= value".
No description provided by the author
No description provided by the author
Noop represent no-operation builder it does nothing.
No description provided by the author
NotBetween represents "field NOT BETWEEN lower AND upper".
NotEq represents "field <> value".
NotIn represents "field NOT IN (value...)".
NotLike represents "field NOT LIKE value".
Or will Join simple a slice of condition into a condition with OR WiseFunc for where statement.
No description provided by the author
Raw represents and raw query.
# 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