Create creates a new object and put it into the DB
(r any)
| 44 | |
| 45 | // Create creates a new object and put it into the DB |
| 46 | Create(r any) error |
| 47 | |
| 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) |
no outgoing calls