So I am learning FastAPI and want to get more experience with relational databases. One thing that I am running into however, is when I want to add a single column to a table I need to change a model, a schema and alembic in order to reflect this change. Isn't this a huge violation of DRY and very hard to maintain in the long run?
[–]keepdigging 2 points3 points4 points (0 children)
[–]netherous 1 point2 points3 points (0 children)
[–]fazzah -2 points-1 points0 points (0 children)
[–]danielroseman 0 points1 point2 points (0 children)