From 19a065f96befc19db235ed7e9733f1d42f1210c7 Mon Sep 17 00:00:00 2001 From: "Hector F. Jimenez" Date: Sun, 14 Jan 2024 14:11:17 -0500 Subject: [PATCH 1/2] Update developer survey to latest available --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index f84606b9b5..2d94fda6bd 100644 --- a/docs/features.md +++ b/docs/features.md @@ -86,7 +86,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. From 2df35f2baff8b2207d1e47722e69bdd1260767b4 Mon Sep 17 00:00:00 2001 From: "Hector F. Jimenez" Date: Wed, 17 Jan 2024 22:15:16 -0500 Subject: [PATCH 2/2] Docs Update developer survey to latest available --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 2d94fda6bd..27fb747b20 100644 --- a/docs/features.md +++ b/docs/features.md @@ -86,7 +86,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.