summaryrefslogtreecommitdiff
path: root/model/db.go
AgeCommit message (Collapse)Author
2024-10-24Rework 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-21model: Rename to db.goxengineering
The old name database.go did not match the type name DB.