You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change project structure, align some parts to clean architecture (services and models).
This will make it easier to migrate ORM from Tortoise to SQLAlchemy.
Move database models into infrastructure layer (app.infrastructure.database.models)
Separate data access logic from services and database models (maybe create Repos in app.infrastructure.database.repo)
Isolate infrastructure layer: add DTOs and interfaces
The text was updated successfully, but these errors were encountered:
Change project structure, align some parts to clean architecture (services and models).
This will make it easier to migrate ORM from Tortoise to SQLAlchemy.
app.infrastructure.database.models
)Repo
s inapp.infrastructure.database.repo
)The text was updated successfully, but these errors were encountered: