Save validates and saves the specified model into the regular app database. If you don't want to run validations, use [App.SaveNoValidate()].
(model Model)
| 313 | // |
| 314 | // If you don't want to run validations, use [App.SaveNoValidate()]. |
| 315 | Save(model Model) error |
| 316 | |
| 317 | // SaveWithContext is the same as [App.Save()] but allows specifying a context to limit the db execution. |
| 318 | // |
no outgoing calls