From 9c6854707d2f3fd0866e82560ce95d1a87e2d794 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 25 Feb 2021 14:11:18 +0100 Subject: Make last moment adjustments --- reveal.js/sqlalchemy.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'reveal.js/sqlalchemy.html') diff --git a/reveal.js/sqlalchemy.html b/reveal.js/sqlalchemy.html index 956538f..4bafccd 100755 --- a/reveal.js/sqlalchemy.html +++ b/reveal.js/sqlalchemy.html @@ -67,10 +67,9 @@

Basic architecture

-

SQLAlchemy consists of several components, including the SQL expression language and the ORM.

-

In order to enable these components, SQLAlchemy also provides an Engine class and MetaData class.

+

SQLAlchemy consists of several components, including the the ORM.