# README
pgstmt
DSL SQL Builder
Experiment DO NOT use in production
# Functions
All marks value as all($?).
Any marks value as any($?).
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.
Raw marks value as raw sql without escape.
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
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
InsertStatement is the insert statement builder.
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