Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | Move shutdown code to main.go | xengineering | |
This has nothing to do with the database. Because the db is now a global pointer the shutdown code can live in main.go. | |||
2023-02-11 | Rework logging | xengineering | |
Logging during a request is at the moment not really needed. Printing the config to the log was a stupid idea too. | |||
2023-02-11 | Switch to global database pointer | xengineering | |
Passing the database pointer around is a lot of text and has no benefit. | |||
2023-02-11 | Migrate database to global config struct | xengineering | |
2023-02-08 | Move all sources to package main | xengineering | |
This project is not so big that it needs multiple packages. |