Switch to SQLAlchemy
Closed this issue · 0 comments
kucera-lukas commented
Tortoise ORM
should be replaced by SQLAlchemy
.
Rationale:
- no more magic regarding
pydantic
model generation forTortoise
models - consistent tooling for
migrations
SQLAlchemy Core
dialect is better than- better
Dependency Injector
compatibility