Documentation ¶
Index ¶
- func Cell(ctx context.Context, dest interface{}, query string, args ...interface{}) error
- func CellString(ctx context.Context, query string, args ...interface{}) (string, error)
- func DB() *sqlx.DB
- func Execute(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
- func MustCellString(ctx context.Context, query string, args ...interface{}) string
- func Row(ctx context.Context, dest interface{}, query string, args ...interface{}) error
- func Select(ctx context.Context, dest interface{}, query string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CellString ¶
CellString returns a string.
func MustCellString ¶
MustCellString returns a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.