mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-15 13:17:24 -04:00
6206f0ff74
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
15 lines
444 B
ReStructuredText
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`.
|
|
|
|
|