Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnGetter ¶
ColumnGetter retrieves column names for a query by preparing it against a database.
type Expander ¶
type Expander struct {
// contains filtered or unexported fields
}
Expander expands SELECT * and RETURNING * queries by replacing * with explicit column names obtained from preparing the query against a database.
Click to show internal directories.
Click to hide internal directories.