imc-vibe/backend/internal
Christoph Haas c4e3a31b69 Complete GORM to sqlc migration
- Remove GORM dependency, use sqlc for type-safe SQL queries
- Update all handlers to use sqlc patterns (context, value types)
- Fix N+1 query problem in domain listing with JOIN query
- Enable SQL query logging in debug mode (USE_EMBEDDED=false)
- Add comprehensive comments for non-Go developers
2026-03-29 13:56:14 +02:00
..
api Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
auth Add comprehensive human-readable comments to all Go files 2026-03-22 22:43:41 +01:00
config Remove SMTP settings from .env.example 2026-03-26 00:25:08 +01:00
db Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
mail Remove password reset functionality 2026-03-23 22:35:30 +01:00