Documentation ¶
Index ¶
- func Insert(table string, values []structs.QueryValue) error
- func QueryRaw(sql string) (sql.Result, error)
- func QueryRow(table string, fields []string, where []structs.QueryWhere) *sql.Row
- func QueryRows(table string, fields []string, where []structs.QueryWhere) (*sql.Rows, error)
- func Truncate(table string) error
- func Upsert(table string, values []structs.QueryValue) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.