summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/engine.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/tutorial/engine.rst')
-rw-r--r--doc/build/tutorial/engine.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/tutorial/engine.rst b/doc/build/tutorial/engine.rst
index 80c20e566..586edda0e 100644
--- a/doc/build/tutorial/engine.rst
+++ b/doc/build/tutorial/engine.rst
@@ -3,11 +3,19 @@
.. include:: tutorial_nav_include.rst
+.. rst-class:: core-header, orm-addin
+
.. _tutorial_engine:
Establishing Connectivity - the Engine
==========================================
+.. container:: orm-header
+
+ **Welcome ORM and Core readers alike!**
+
+ Every SQLAlchemy application that connects to a database needs to use
+ an :class:`_engine.Engine`. This short section is for everyone.
The start of any SQLAlchemy application is an object called the
:class:`_engine.Engine`. This object acts as a central source of connections