Files
sqlalchemy/doc/build/core/tutorial.rst
T
Mike Bayer 6206f0ff74 pass through docs for 2.0 style
this change restores the orm/tutorial.rst and
core/tutorial.rst files, hidden from the index with
an update on the new tutorial.

Also started noting Query is legacy, as we will have
lots of docs to update for 2.0 style.

Change-Id: I4f98eeaaa0fd6e03b9976320b568975fe6d06ade
2021-11-11 15:59:33 -05:00

15 lines
444 B
ReStructuredText

.. _sqlexpression_toplevel:
=================================
SQL Expression Language Tutorial
=================================
.. admonition:: We've Moved!
This page is the previous home of the SQLAlchemy 1.x Tutorial. As of 2.0,
SQLAlchemy presents a revised way of working and an all new tutorial that
presents Core and ORM in an integrated fashion using all the latest usage
patterns. See :ref:`unified_tutorial`.