Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-07 | model: Add helper function for safe CRUD | xengineering | |
This removes the redundant setup of a database/sql.Tx in each HTTP handler. | |||
2024-04-07 | model: Add model.Object interface | xengineering | |
This interface will allow to implement generic functions based on the Object interface which covers the four CRUD methods create, read, update and delete. This should be possible for every object handled by the server. |