Commit graph

3 commits

Author SHA1 Message Date
2725098203 Refactor database handling and queries
- Updated DbHandler to accept configuration parameters instead of using environment variables directly.
- Moved database queries from handler.go to a dedicated queries package for better organization and separation of concerns.
- Implemented error handling in query functions to provide more informative error messages.
- Refactored image handling to utilize the new queries package for database interactions.
- Cleaned up unused code and comments across various files.
- Improved overall code readability and maintainability.
2025-08-22 10:11:07 +02:00
3e854270f0 feat: update type references to use typedefs in multiple files 2025-08-21 12:46:02 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00