Versions in this module Expand all Collapse all v0 v0.0.1 May 11, 2026 v0.0.0 May 8, 2026 Changes in this version + 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