Documentation
¶
Overview ¶
Package sqlexec provides the SQL execution implementation for sqlcredo. It wraps sqlx database operations with debugging support, implementing the domain.SQLExecutor interface for executing queries and statements.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLExecutor ¶
func NewSQLExecutor ¶
func NewSQLExecutor(db SQLXExecutor) *SQLExecutor
func (*SQLExecutor) SelectMany ¶
type SQLXExecutor ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.