fastapi-sqlmodel-alembic
fastapi-sqlmodel-alembic copied to clipboard
Project update
Thanks for this fast API setup. In this Pull request, I have added some suggestions on issues
- nullable=False on id to avoid problems on migrations
- settings file
- db file upgrade
- readme add how to make migrations with alembic
Thanks. Since the project is tied to a tutorial -- https://testdriven.io/blog/fastapi-sqlmodel/ -- the code and tutorial need to be updated at the same time. I should have some time later this month to look at this.
Apologies for the delay, @jonra1993. It's really difficult to accept PRs from folks who are not also updating the tutorial at the same time. @amirtds and I updated both. We captured most of your changes. If you still want to contribute, please address the merge conflicts. Thank you!