Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | Rework error handling of model.DB.Transaction() | xengineering | |
The functions in the sub-packages model, view and controller should not log too much. Instead they should return errors which can be extended by fmt.Errorf("<some mesage>: %w", err). | |||
2024-10-21 | model: Rename to db.go | xengineering | |
The old name database.go did not match the type name DB. |