Categorygithub.com/ganLuo960214/StitchingSQLGo
modulepackage
0.0.0-20200831072427-1ceedbb9f8bd
Repository: https://github.com/ganluo960214/stitchingsqlgo.git
Documentation: pkg.go.dev

# README

StitchingSQLGo

Stitching SQL by method

Test & Bench

go generate
go test -bench=.

# Packages

No description provided by the author

# Constants

1 = 1 and 2 = 2.
No description provided by the author
No description provided by the author
Equal (=) Operator.
No description provided by the author
Greater Than (>) Operator.
Greater Than or Equal To (>=) Operator.
IS Operator.
IS NOT Operator.
Less Than (<) Operator.
Less Than or Equal To (<=) Operator.
Not Equal (!= or <>) Operator.
Not Greater Than (!>) Operator.
Not Less Than (!<) Operator.
1 = 1 or 2 = 2.

# Variables

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

# Structs

condition L field O condition operator R value */.
No description provided by the author
postgres https://www.postgresql.org/docs/current/sql-delete.html */.
No description provided by the author
postgres https://www.postgresql.org/docs/current/sql-insert.html */.
postgres https://www.postgresql.org/docs/current/sql-select.html */.
postgres https://www.postgresql.org/docs/current/sql-select.html */.
No description provided by the author
postgres https://www.postgresql.org/docs/current/sql-update.html */.

# Interfaces

example: insert into table (field) values (value) */.
example: insert into table (field1) values (value1) returning field1 */.
Where field interface write field into SqlBuilder string builder example: field_1 or table_1.field */.
example: select field1 from table1 select exists(select field1 from table1) */.
Where table interface write table into SqlBuilder string builder example: table */.
No description provided by the author

# Type aliases

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
No description provided by the author
No description provided by the author
No description provided by the author