Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Open = sqlx.Open
)
Functions ¶
Types ¶
type DB ¶
type DB interface { ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) QueryxContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) GetContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error }
Click to show internal directories.
Click to hide internal directories.