package
0.0.0-20220309085608-b252f71ab039
Repository: https://github.com/phpc0de/backupgorm.git
Documentation: pkg.go.dev

# Functions

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

# Constants

associations.
No description provided by the author
current table.
No description provided by the author
No description provided by the author
primary key.
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Clause.
Column quote with name.
CommaExpression represents a group of expressions separated by commas.
No description provided by the author
Eq equal to for where.
Expr raw expression.
From from clause.
GroupBy group by clause.
IN Whether a value is within a set of values.
No description provided by the author
Join join clause for from.
Limit limit clause.
No description provided by the author
NamedExpr raw expression for named expr.
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
No description provided by the author
Select select attrs when querying, updating, creating.
Table quote with name.
No description provided by the author
No description provided by the author
Where where clause.
No description provided by the author

# Interfaces

Builder builder interface.
Expression expression interface.
Interface clause interface.
NegationExpressionBuilder negation expression builder.
No description provided by the author

# Type aliases

ClauseBuilder clause builder, allows to customize how to build clause.
Gt greater than for where.
Gte greater than or equal to for where.
No description provided by the author
Like whether string matches regular expression.
Lt less than for where.
Lte less than or equal to for where.
Neq not equal to for where.
No description provided by the author