Skip to content

Commit bcd8d1e

Browse files
📝 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 <[email protected]>
1 parent 9039c29 commit bcd8d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Underneath, ✨ a **SQLModel** model is also a **SQLAlchemy** model. ✨
7676

7777
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.
7878

79-
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>.
79+
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>.
8080

8181
**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.
8282

0 commit comments

Comments
 (0)