kucera-lukas/imagesecrets

Switch to SQLAlchemy

Closed this issue · 0 comments

Tortoise ORM should be replaced by SQLAlchemy.

Rationale:

  • no more magic regarding pydantic model generation for Tortoise models
  • consistent tooling for migrations
  • SQLAlchemy Core dialect is better than
  • better Dependency Injector compatibility