SQLModel instead of SQLAlchemy #6
AyushDharDubey
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since we're moving forward with FastAPI for this project, I wanted to explore whether using SQLModel might be a better fit compared to SQLAlchemy.
SQLModel offers native support for FastAPI, leveraging Python
type hints
and PydanticField()
definitions, which aligns well with FastAPI's design philosophy. This could simplify our development process by ensuring seamless integration with FastAPI's request/response and data validation .Looking forward to your thoughts on this.
Beta Was this translation helpful? Give feedback.
All reactions