- Implement PostgresProjectRepository with full CRUD
- Support find_by_workspace, find_by_creator, count_by_workspace
- Complete all core PostgreSQL repository implementations
- All repositories now support both InMemory and PostgreSQL
Phase 4 Task 39/68 completed
- Implement PostgresWorkspaceInvitationRepository with full CRUD
- Support find_by_token, find_by_email, find_pending_by_email
- Auto-select implementation based on USE_IN_MEMORY_DB config
- Update DependencyContainer to support both InMemory and PostgreSQL
- Complete all PostgreSQL repository implementations
Phase 4 Task 38/68 completed
- Implement PostgresWorkspaceRepository with full CRUD
- Implement PostgresWorkspaceMemberRepository with query methods
- Support find_by_user, find_by_workspace, count_by_workspace
- Use upsert pattern (INSERT ... ON CONFLICT DO UPDATE)
- Proper connection management and cleanup
- Add __init__.py to export all PostgreSQL repositories
Phase 4 Task 35/68 completed