Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( NewHandle, NewSQLExecutor, NewSQLBuilder, )
Functions ¶
This section is empty.
Types ¶
type Handle ¶
type Handle struct {
*db.HookHandle
}
type SQLBuilder ¶
type SQLBuilder struct {
db.SQLBuilder
}
func NewSQLBuilder ¶
func NewSQLBuilder( credentials *config.GlobalDatabaseCredentialsEnvironmentConfig, ) *SQLBuilder
type SQLExecutor ¶
type SQLExecutor struct {
db.SQLExecutor
}
func NewSQLExecutor ¶
func NewSQLExecutor(handle *Handle) *SQLExecutor
Click to show internal directories.
Click to hide internal directories.