Hacker News new | ask | show | jobs
by mdellavo 1752 days ago
SQLModel is brand new? why not just use sqlalchemy which is more mature?
2 comments

SQLModel is a glue/shim layer for defining models that are both pydantic & SA compatible so you don't have to duplicate the effort.
The former wraps the latter, I think.