Versions in this module Expand all Collapse all v1 v1.0.1 Oct 1, 2024 Changes in this version + func Columns(table Table) map[string]string + func Values(table Table) map[string]string v1.0.0 Oct 1, 2024 Changes in this version + func ALTER_TABLE_ADD(table Table, column string, create string) string + func ALTER_TABLE_DROP(table Table, column string) string + func ALTER_TABLE_RENAME(oldname string, name string) string + func COPY_TABLE(table Table, dest string, pragma map[string]string) string + func CREATE_TABLE(table Table) string + func CREATE_TEMP_TABLE(table Table) string + func DROP_TABLE(table Table) string + func GetColumns(table Table) map[string]string + func GetValues(table Table) map[string]string + func INSERT_VALUES(table Table, fields []string, values []string) string + type Table interface + SQL func() string