Documentation ¶
Index ¶
- func CloseRelated()
- func DBMgr[M any](db *gorm.DB) *_DBMgr[M]
- func OpenRelated()
- type Condition
- func (c *Condition) And(column string, cases string, value interface{}) *Condition
- func (c *Condition) AndWithCondition(condition bool, column string, cases string, value interface{}) *Condition
- func (c *Condition) Get() (where string, out []interface{})
- func (c *Condition) Or(column string, cases string, value interface{}) *Condition
- func (c *Condition) OrWithCondition(condition bool, column string, cases string, value interface{}) *Condition
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.