cm0002@lemmy.world to Python@programming.dev · 4 days agoSQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustnesssqlmodel.tiangolo.comexternal-linkmessage-square3linkfedilinkarrow-up118arrow-down12
arrow-up116arrow-down1external-linkSQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustnesssqlmodel.tiangolo.comcm0002@lemmy.world to Python@programming.dev · 4 days agomessage-square3linkfedilink
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up1·3 days agoGreat package, though the documentation on foreign keys could be a bit better in my opinion
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1arrow-down2·3 days agoWhy single out lack of docs for foreign keys? The docs do deal with one to many and many to many relationships. Step by step. The trick is finding that page. It’s there, just TOC is wonky. Unnecessarily hard to find things. Foreign keys howto is a minor issue compared to the 70 PRs in the waiting queue. Production? SQLModel is not production ready. I can name 70 reasons why not. Please Sebastián bring on other maintainers with PR approval authority. Only this would be a game changer.
Great package, though the documentation on foreign keys could be a bit better in my opinion
Why single out lack of docs for foreign keys? The docs do deal with one to many and many to many relationships. Step by step.
The trick is finding that page. It’s there, just TOC is wonky. Unnecessarily hard to find things.
Foreign keys howto is a minor issue compared to the 70 PRs in the waiting queue.
Production? SQLModel is not production ready. I can name 70 reasons why not.
Please Sebastián bring on other maintainers with PR approval authority. Only this would be a game changer.