NoDataFile #1

Merged
lukas.pupkalipinski merged 70 commits from NoDataFile into main 2026-01-09 18:42:18 +01:00
Showing only changes of commit 86eaa8a680 - Show all commits

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