From 2d36598f6362586efc24554cdb49677211d65df5 Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 27 Nov 2024 16:08:47 -0500 Subject: [PATCH] Update quart_extensions.rst Added Quart-SqlAlchemy which I found look for the solution that this provided. I added it to the Quart Extensions list, so that it can be found by other people when they are getting started with Quart. This extension has multiple contributors and seems to be actively developed. --- docs/how_to_guides/quart_extensions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how_to_guides/quart_extensions.rst b/docs/how_to_guides/quart_extensions.rst index 7fa807a..8b54da2 100644 --- a/docs/how_to_guides/quart_extensions.rst +++ b/docs/how_to_guides/quart_extensions.rst @@ -42,6 +42,7 @@ here, `_ Redis connection handling - `Webargs-Quart `_ Webargs parsing for Quart. +- `Quart-SqlAlchemy `_ Quart-SQLAlchemy provides a simple wrapper for SQLAlchemy. - `Quart-WTF `_ Simple integration of Quart and WTForms. Including CSRF and file uploading. - `Quart-Schema `_ Schema