Versions in this module Expand all Collapse all v1 v1.1.4 May 27, 2022 v1.1.3 Dec 15, 2021 Changes in this version + var FieldsError = fmt.Errorf("fileds length is 0") + func BulkInsert(db *gorm.DB, table string, fields []string, params []map[string]interface{}) error + func BulkSave(db *gorm.DB, table string, fields []string, params []map[string]interface{}) error + func Validate(data, model interface{}) bool