cm0002@lemmy.world to Python@programming.dev · 15 days agoSQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustnesssqlmodel.tiangolo.comexternal-linkmessage-square4linkfedilinkarrow-up118arrow-down12
arrow-up116arrow-down1external-linkSQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustnesssqlmodel.tiangolo.comcm0002@lemmy.world to Python@programming.dev · 15 days agomessage-square4linkfedilink
minus-squareLena@gregtech.eulinkfedilinkEnglisharrow-up3·13 days agoI don’t think it’s a good idea to use SQLModel in a serious project. It’s not the best maintained because the only maintainer also maintains FastAPI, so SQLModel is sometimes left for quite a while without meaningful bugfixes. I’d just use SQLAlchemy
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up2·edit-212 days agoHere is a bug fix where even a drug addict could see it’s merge worthy. Could fall off the bar stool semi-conscious and still be able to acknowledge it’s merging worthy. Just click the freak’n YES button. Why market a package that is stuck in the WindowsXP era?
I don’t think it’s a good idea to use SQLModel in a serious project. It’s not the best maintained because the only maintainer also maintains FastAPI, so SQLModel is sometimes left for quite a while without meaningful bugfixes.
I’d just use SQLAlchemy
Here is a bug fix where even a drug addict could see it’s merge worthy.
Could fall off the bar stool semi-conscious and still be able to acknowledge it’s merging worthy.
Just click the freak’n YES button.
Why market a package that is stuck in the WindowsXP era?