Skip to content

What are the advantages to using SQLModel? #14

Answered by WMRamadan
homelabmedia asked this question in Q&A
Discussion options

You must be logged in to vote

SQLModel was targeted to be easy to use, have greatest compatibility with FastAPI, and extensible by having SQLAlchemy and Pydantic underneath.

SQLModel offer Unified Models, Type Safety, and Simplified Database Operations. Yet it is not as battle tested as SQLAlchemy.

Also note that the author of SQLModel has not been known for accepting contributions to the project.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by homelabmedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants