markitect-main/infrastructure
tegwick f782ac1f69 fix: Add missing infrastructure files from data access improvements
Add infrastructure components that were created during issue #24
but not properly committed:

- Data access repositories and interfaces
- Connection management infrastructure
- Exception handling framework
- Configuration management
- Documentation from data access pattern improvements

These files are essential infrastructure components that enable
the repository pattern and improved data access strategies.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 08:35:34 +02:00
..
logging feat: Complete logging standardization with context-aware system 2025-09-27 08:28:10 +02:00
repositories fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00
__init__.py feat: Implement domain logic separation with clean architecture 2025-09-26 22:15:45 +02:00
config.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00
connection_manager.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00
exceptions.py fix: Add missing infrastructure files from data access improvements 2025-09-27 08:35:34 +02:00