Skip to content

Commit 19a065f

Browse files
committed
Update developer survey to latest available
1 parent 0c7def8 commit 19a065f

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
@@ -86,7 +86,7 @@ Underneath, ✨ a **SQLModel** model is also a **SQLAlchemy** model. ✨
8686

8787
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.
8888

89-
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>.
89+
That means that you get all the power, robustness, and certainty of SQLAlchemy, the <a href="https://jetbrains.com/python-developers-survey-2022/" class="external-link" target="_blank">most widely used database library in Python</a>.
9090

9191
**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.
9292

0 commit comments

Comments
 (0)