]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update link to JetBrains Python survey in `features.md` (#1627)
authorAdam Collard <sparkiegeek@users.noreply.github.com>
Tue, 28 Oct 2025 15:42:48 +0000 (15:42 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Oct 2025 15:42:48 +0000 (16:42 +0100)
Update link to JetBrains Python survey in features.md

Updated link to the 2024 JetBrains Python Developers Survey.

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
docs/features.md

index f0d56925c760daf31cb3a5ec2c07e2ad9ab0c503..2f2e873105561b3d80a510c31fb25cd0b41dd9a2 100644 (file)
@@ -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 <a href="https://www.jetbrains.com/lp/python-developers-survey-2020/" class="external-link" target="_blank">most widely used database library in Python</a>.
+That means that you get all the power, robustness, and certainty of SQLAlchemy, the <a href="https://lp.jetbrains.com/python-developers-survey-2024/#orms" class="external-link" target="_blank">most widely used database library in Python</a>.
 
 **SQLModel** provides its own utilities to <abbr title="with type completion, type checks, etc.">improve the developer experience</abbr>, but underneath, it uses all of SQLAlchemy.