5 ms·SQLModel is brand new? why not just use sqlalchemy which is more mature?by mdellavo 5y agoSQLModel is brand new? why not just use sqlalchemy which is more mature?rekwah 5y agoSQLModel is a glue/shim layer for defining models that are both pydantic & SA compatible so you don't have to duplicate the effort.nerdponx 5y agoThe former wraps the latter, I think.