imc-vibe/backend
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
..
cmd/server Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
internal Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
.air.toml Rename project from imc-vibe to imc 2026-03-24 23:42:37 +01:00
go.mod Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
go.sum Complete GORM to sqlc migration 2026-03-29 13:56:14 +02:00
sqlc.yaml WIP: Migrate from GORM to sqlc - partial migration, build broken 2026-03-28 18:26:45 +01:00