infoalloggi-monorepo/apps/backend/db
Marco Pedone 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
..
handler.go Refactor database handling and queries 2025-08-22 10:11:07 +02:00
helpers.go Refactor database handling and queries 2025-08-22 10:11:07 +02:00