From 13df6badcf97ad379dc88bb9773bdabc1520a71d Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Thu, 17 Nov 2022 16:27:20 -0500 Subject: Updated link to SQLAlchemy docs, as the old link was removed in 2.0 release --- docs/quick_tutorial/databases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index db75d70ce..968c7b6a4 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -13,7 +13,7 @@ Background Our Pyramid-based wiki application now needs database-backed storage of pages. This frequently means an SQL database. The Pyramid community strongly supports the :ref:`SQLAlchemy ` project and its -:ref:`object-relational mapper (ORM) ` as a +:ref:`object-relational mapper (ORM) ` as a convenient, Pythonic way to interface to databases. In this step we hook up SQLAlchemy to a SQLite database table, providing -- cgit v1.2.3