Save updates the record r (workaround with conds needed that e.g. user has no specific ID, and we can not touch the generated (gRPC) code s.t. user.username has primary key annotation)
(r any, conds ...any)
| 48 | // Save updates the record r (workaround with conds needed that e.g. user has no specific ID, and we can not touch |
| 49 | // the generated (gRPC) code s.t. user.username has primary key annotation) |
| 50 | Save(r any, conds ...any) error |
| 51 | |
| 52 | // Update updates the record with given id of the DB with non-zero values in r |
| 53 | Update(r any, conds ...any) error |
no outgoing calls