This commit is contained in:
Lukas 2025-12-13 09:09:48 +01:00
parent ee317b29f1
commit 86eaa8a680

View File

@ -178,7 +178,7 @@ The test suite uses an in-memory SQLite database for isolation and speed.
- **base.py**: Base declarative class and mixins
- **models.py**: SQLAlchemy ORM models (4 models)
- **connection.py**: Engine, session factory, dependency injection
- ****init**.py**: Package exports
- \***\*init**.py\*\*: Package exports
- **service.py**: Service layer with CRUD operations
## Service Layer