From e11c95b8f37b0eff61c1b11931e307468226ed5e Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Tue, 27 Dec 2022 19:07:42 +0100 Subject: Update reference to ORM in sqlalchemy --- docs/quick_tutorial/databases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index db75d70ce..8d216d53d 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -13,8 +13,8 @@ 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 -convenient, Pythonic way to interface to databases. +: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 storage and retrieval for the wiki pages in the previous step. -- cgit v1.2.3