Documentation ¶
Index ¶
- func AutoMigrate(dst ...interface{}) error
- func Create(value interface{}) (tx *gorm.DB)
- func Delete(value interface{}, conds ...interface{}) (tx *gorm.DB)
- func Find(dest interface{}, conds ...interface{}) (tx *gorm.DB)
- func Model(value interface{}) (tx *gorm.DB)
- func Save(value interface{}) (tx *gorm.DB)
- func Updates(value interface{}) (tx *gorm.DB)
- func Where(query interface{}, args ...interface{}) (tx *gorm.DB)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoMigrate ¶
func AutoMigrate(dst ...interface{}) error
Types ¶
Click to show internal directories.
Click to hide internal directories.