.. container::
- A high level view and getting set up.
+ New to SQLAlchemy? Start here:
- :doc:`Overview <intro>` |
- :ref:`Installation Guide <installation>` |
- :doc:`Frequently Asked Questions <faq/index>` |
- :doc:`Migration from 1.3 <changelog/migration_14>` |
- :doc:`Glossary <glossary>` |
- :doc:`Error Messages <errors>` |
- :doc:`Changelog catalog <changelog/index>`
+ * **For Python Beginners:** :ref:`Installation Guide <installation>` - basic guidance on installing with pip and similar
+ * **For Python Veterans:** :doc:`SQLAlchemy Overview <intro>` - brief architectural overview
.. container:: left_right_container
.. container::
- **SQLAlchemy 1.4 / 2.0 Transitional**
+ **SQLAlchemy 1.4 / 2.0**
SQLAlchemy 2.0 is functionally available as part of SQLAlchemy 1.4, and integrates
Core and ORM working styles more closely than ever. The new tutorial introduces
- both concepts in parallel. New users and those starting new projects should start here!
-
- * :doc:`/tutorial/index` - SQLAlchemy 2.0's main tutorial
-
- * :doc:`Migrating to SQLAlchemy 2.0 <changelog/migration_20>` - Complete background on migrating from 1.3 or 1.4 to 2.0
+ both concepts in parallel.
+ * **For all users:** :doc:`/tutorial/index` - The new SQLAlchemy 1.4/2.0 Tutorial
.. container::
- **SQLAlchemy 1.x Releases**
+ **Legacy SQLAlchemy 1.x Tutorials**
The 1.x Object Relational Tutorial and Core Tutorial are the legacy tutorials
that should be consulted for existing SQLAlchemy codebases.
* :doc:`core/tutorial`
+.. container:: left_right_container
+
+ .. container:: leftmost
+
+ .. rst-class:: h2
+
+ Migration Notes
+
+ .. container::
+
+ * :doc:`Migration from 1.3 <changelog/migration_14>` - Migration notes for SQLAlchemy Version 1.4
+ * :doc:`SQLAlchemy 2.0 Preview <changelog/migration_20>` - Background on preparing a SQLAlchemy 1.4 application for SQLAlchemy 2.0
+ * :doc:`Changelog catalog <changelog/index>` - Detailed changelogs for all SQLAlchemy Versions
+
+
.. container:: left_right_container
.. container:: leftmost
:doc:`More Dialects ... <dialects/index>`
+.. container:: left_right_container
+
+ .. container:: leftmost
+
+ .. rst-class:: h2
+
+ Supplementary
+
+ .. container::
+
+ * :doc:`Frequently Asked Questions <faq/index>` - A collection of common problems and solutions
+ * :doc:`Glossary <glossary>` - Terms used in SQLAlchemy's documentation
+ * :doc:`Error Message Guide <errors>` - Explainations of many SQLAlchemy Errors
+ * :doc:`Complete table of of contents <contents>`
+ * :doc:`Index <index>`