Documentation
¶
Index ¶
- func DB() *basesqlx.DB
- func ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error)
- func GetContext(ctx context.Context, dest any, query string, args ...any) error
- func GetOptional[T any](ctx context.Context, query string, args ...any) (*T, error)
- func Module() jelly.Module
- func RequireOneRow(result sql.Result) error
- func SelectContext(ctx context.Context, dest any, query string, args ...any) error
- func Session(ctx context.Context) basesqlx.ExtContext
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecContext ¶
func GetOptional ¶
func RequireOneRow ¶
func SelectContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.