Versions in this module Expand all Collapse all v0 v0.0.1 Jul 15, 2020 Changes in this version + type Columns map[string][]string + type Comparison struct + Left string + Operator string + Right string + func NewComparison(left, right, operator string) *Comparison + type Join struct + Comparisons []*Comparison + type Query struct + Subqueries []*Query + Table *Table + Wheres []*Where + func New() *Query + type Table struct + Aliases map[string]string + As string + AsNames []string + Columns Columns + Join Join + Name string + Names []string + func (t *Table) GetNames() []string + type Where struct + Column string + Operator string + Table string + func NewWhere(table, column, operator string) *Where