Documentation ¶
Index ¶
- func Create[M any](db *gorm.DB, input M) error
- func Delete[M any](db *gorm.DB, input M) error
- func Filter[M any](db *gorm.DB, q query.Builder) ([]*M, query.Builder, error)
- func First[M any](db *gorm.DB, where ...any) (*M, error)
- func Update[M any](db *gorm.DB, input M) error
- type CRUD
- type Creator
- type Deleter
- type Filterer
- type Identifier
- type Saver
- type Updater
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Identifier ¶
Click to show internal directories.
Click to hide internal directories.