package
0.1.1
Repository: https://github.com/champon1020/gsorm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

BuildExpr assigns the values to '?' of the expression.
BuildExprWithoutQuotes assigns the values to '?' of the expression with single quotes.
NewColumn creates new Column instance.
NewTable creates new Table instance.

# Structs

ClauseSet is the pair of clause keyword and its values.
Column is column term.
RawClause is the raw string clause which can be defined by user.
Table is table term.