Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBLog ¶
type DBLog struct {
Log SQLLoggerFunc
}
type SQLLoggerFunc ¶
type SQLLoggerFunc func(sql string, sqlParams ...interface{})
Log provides the log func used by generated queries.
Click to show internal directories.
Click to hide internal directories.