Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBFunction ¶ added in v1.3.10
func DB ¶ added in v1.3.10
func DB(db *TxDB) DBFunction
type Null ¶ added in v1.9.0
type Null[T comparable] struct { Data T Valid bool }
func (Null[T]) MarshalJSON ¶ added in v1.9.0
func (*Null[T]) UnmarshalJSON ¶ added in v1.9.0
type Pagination ¶ added in v1.3.3
type TxDB ¶
func (*TxDB) NewSession ¶ added in v1.8.2
func (*TxDB) Transaction ¶
func (tx *TxDB) Transaction(fn TxFunction) error
type TxFunction ¶
Click to show internal directories.
Click to hide internal directories.