Documentation ¶ Index ¶ func BuildPlaceholders(n int) string func Insert(table string, fields []string, returnings *[]string) string func Select(table string, fields []string, where *string) string func Update(table string, fields []string, condition string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildPlaceholders ¶ func BuildPlaceholders(n int) string func Insert ¶ func Insert(table string, fields []string, returnings *[]string) string func Select ¶ func Select(table string, fields []string, where *string) string func Update ¶ func Update(table string, fields []string, condition string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files query.go Click to show internal directories. Click to hide internal directories.