From: Adam Collard Date: Tue, 28 Oct 2025 15:42:48 +0000 (+0000) Subject: 📝 Update link to JetBrains Python survey in `features.md` (#1627) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcd8d1e998b38e9306052a3a3e08969100765c6f;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update link to JetBrains Python survey in `features.md` (#1627) Update link to JetBrains Python survey in features.md Updated link to the 2024 JetBrains Python Developers Survey. Co-authored-by: Sofie Van Landeghem --- diff --git a/docs/features.md b/docs/features.md index f0d56925..2f2e8731 100644 --- a/docs/features.md +++ b/docs/features.md @@ -76,7 +76,7 @@ Underneath, ✨ a **SQLModel** model is also a **SQLAlchemy** model. ✨ There was **a lot** of research and effort dedicated to make it that way. In particular, there was a lot of effort and experimentation in making a single model be **both a SQLAlchemy model and a Pydantic** model at the same time. -That means that you get all the power, robustness, and certainty of SQLAlchemy, the most widely used database library in Python. +That means that you get all the power, robustness, and certainty of SQLAlchemy, the most widely used database library in Python. **SQLModel** provides its own utilities to improve the developer experience, but underneath, it uses all of SQLAlchemy.