package
0.0.0-20230126042928-3cb96c08c2cb
Repository: https://github.com/acoshift/mysql.git
Documentation: pkg.go.dev
# README
pgstmt
DSL SQL Builder
Experiment DO NOT use in production
# Functions
Arg marks value as argument to replace with ? when build query.
Delete builds delete statement.
Insert builds insert statement.
NotArg marks value as non-argument.
Select builds select statement.
No description provided by the author
Update builds update statement.
# Variables
Default use for insert default value.
# Interfaces
Cond is the condition builder.
No description provided by the author
No description provided by the author
No description provided by the author
InsertStatement is the insert statement builder.
No description provided by the author
No description provided by the author
No description provided by the author
SelectStatement is the select statement builder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author