Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
func NewQuerier[T any](conn *MSSQLExecutor) querier.Querier[T]
Types ¶
type MSSQLExecutor ¶
type MSSQLExecutor struct {
// contains filtered or unexported fields
}
func NewMSSQLExecutor ¶
func NewMSSQLExecutor(ctx context.Context, conf *MSSQLConf) (*MSSQLExecutor, error)
func (*MSSQLExecutor) Close ¶
func (e *MSSQLExecutor) Close() error
func (*MSSQLExecutor) GetDb ¶
func (e *MSSQLExecutor) GetDb() *sqlx.DB
Click to show internal directories.
Click to hide internal directories.