We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Right now, there's no db schema change control; all the tables are created on the fly. This is not fit for purpose as production-ready software.
Describe the solution you'd like See https://github.com/ozcanyarimdunya/python-orm for 3 mainstream ORMs as candidates. The safe choice is SQLAlchemy for sure
Describe alternatives you've considered See above for 3 ORM tools.
Additional context Ideally pick one having good integration with FastAPI.
The text was updated successfully, but these errors were encountered:
Urgency lowered
Note: given database schema creation and initialisation has been added this isn't needed as much any more.
Sorry, something went wrong.
cwang
No branches or pull requests
Is your feature request related to a problem? Please describe.
Right now, there's no db schema change control; all the tables are created on the fly.
This is not fit for purpose as production-ready software.
Describe the solution you'd like
See https://github.com/ozcanyarimdunya/python-orm for 3 mainstream ORMs as candidates.
The safe choice is SQLAlchemy for sure
Describe alternatives you've considered
See above for 3 ORM tools.
Additional context
Ideally pick one having good integration with FastAPI.
The text was updated successfully, but these errors were encountered: