Problem
Existing tests use in-memory fake Prisma services that don't validate real database behavior, transaction rollbacks, constraint violations, or index usage.
Expected Outcome
Integration tests that run against a real PostgreSQL database.
Acceptance Criteria
Files Affected
test/database/ (new), test/database/prisma-test-helpers.ts
Difficulty
Medium
Estimated Effort
Medium (1-2 weeks)
Labels
testing, database, quality
Problem
Existing tests use in-memory fake Prisma services that don't validate real database behavior, transaction rollbacks, constraint violations, or index usage.
Expected Outcome
Integration tests that run against a real PostgreSQL database.
Acceptance Criteria
Files Affected
test/database/ (new), test/database/prisma-test-helpers.ts
Difficulty
Medium
Estimated Effort
Medium (1-2 weeks)
Labels
testing, database, quality