CreateWithMap insert record to database, the record is organized as map
(entity interface{}, record map[string]interface{})
| 137 | Create(entity interface{}, clauses ...Clause) errors.Error |
| 138 | // CreateWithMap insert record to database, the record is organized as map |
| 139 | CreateWithMap(entity interface{}, record map[string]interface{}) errors.Error |
| 140 | // Update updates record |
| 141 | Update(entity interface{}, clauses ...Clause) errors.Error |
| 142 | // UpdateColumn allows you to update multiple records |
no outgoing calls
no test coverage detected