Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2022 Changes in this version + type Clause struct + func (c *Clause) Build(orders ...Type) (string, []interface{}) + func (c *Clause) Set(name Type, vars ...interface{}) + type Type int + const COUNT + const DELETE + const INSERT + const LIMIT + const ORDERBY + const SELECT + const UPDATE + const VALUES + const WHERE