No description
Find a file
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
.github Update Dependabot configuration to set the correct directory for package manifests 2025-08-04 21:45:30 +02:00
apps Refactor database handling and queries 2025-08-22 10:11:07 +02:00
.dockerignore fgh 2025-08-07 19:09:47 +02:00
.gitignore init 2025-08-04 17:45:44 +02:00
docker-compose.yml Remove STRIPE_LIMITED_KEY from environment variables across configuration files 2025-08-19 14:38:53 +02:00