Luca Sacchi Ricciardi
60d9228d91
feat(db): T06 create database connection and session management
- Add database.py with SQLAlchemy engine and session
- Implement get_db() for FastAPI dependency injection
- Implement init_db() for table creation
- Use SQLAlchemy 2.0 declarative_base() syntax
- Add comprehensive tests with 100% coverage
Tests: 11 passed, 100% coverage
2026-04-07 10:53:13 +02:00
..
2026-04-07 09:44:41 +02:00
2026-04-07 10:53:13 +02:00
2026-04-07 09:44:41 +02:00
2026-04-07 09:52:33 +02:00
2026-04-07 09:44:41 +02:00
2026-04-07 09:55:12 +02:00
2026-04-07 09:48:15 +02:00
2026-04-07 09:46:21 +02:00