Documentation
¶
Index ¶
Constants ¶
View Source
const OptionUseZeroLenSliceOnNull = iota
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S ¶
func (S[T]) SelectMany ¶
func (r S[T]) SelectMany(ctx context.Context, fn func(q *bun.SelectQuery) *bun.SelectQuery, options ...Option) ([]*T, error)
func (S[T]) SelectOne ¶
func (r S[T]) SelectOne(ctx context.Context, fn func(q *bun.SelectQuery) *bun.SelectQuery) (*T, error)
Click to show internal directories.
Click to hide internal directories.