From 8362e2744f3ce0e70061ec0fd8ae45bdf867f395 Mon Sep 17 00:00:00 2001 From: Adam Collard Date: Mon, 27 Oct 2025 17:03:01 +0000 Subject: [PATCH] Update link to JetBrains Python survey in features.md Updated link to the 2024 JetBrains Python Developers Survey. --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index f0d56925c7..2f2e873105 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.