:orphan: .. _index_toplevel: ======================== SQLAlchemy Documentation ======================== .. container:: left_right_container .. container:: leftmost .. rst-class:: h2 Getting Started .. container:: A high level view and getting set up. :doc:`Overview ` | :ref:`Installation Guide ` | :doc:`Frequently Asked Questions ` | :doc:`Migration from 1.3 ` | :doc:`Glossary ` | :doc:`Error Messages ` | :doc:`Changelog catalog ` .. container:: left_right_container .. container:: leftmost .. rst-class:: h2 Tutorials .. container:: **SQLAlchemy 1.4 / 2.0 Transitional** 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 ` - Complete background on migrating from 1.3 or 1.4 to 2.0 .. container:: **SQLAlchemy 1.x Releases** The 1.x Object Relational Tutorial and Core Tutorial are the legacy tutorials that should be consulted for existing SQLAlchemy codebases. * :doc:`orm/tutorial` * :doc:`core/tutorial` .. container:: left_right_container .. container:: leftmost .. rst-class:: h2 Reference Documentation .. container:: orm **SQLAlchemy ORM** * **ORM Configuration:** :doc:`Mapper Configuration ` | :doc:`Relationship Configuration ` * **ORM Usage:** :doc:`Session Usage and Guidelines ` | :doc:`Querying Data, Loading Objects ` | :doc:`AsyncIO Support ` * **Configuration Extensions:** :doc:`Mypy integration ` | :doc:`Association Proxy ` | :doc:`Hybrid Attributes ` | :doc:`Automap ` | :doc:`Mutable Scalars ` | :doc:`All extensions ` * **Extending the ORM:** :doc:`ORM Events and Internals ` * **Other:** :doc:`Introduction to Examples ` .. container:: core **SQLAlchemy Core** * **Engines, Connections, Pools:** :doc:`Engine Configuration ` | :doc:`Connections, Transactions, Results ` | :doc:`AsyncIO Support ` | :doc:`Connection Pooling ` * **Schema Definition:** :doc:`Overview ` | :ref:`Tables and Columns ` | :ref:`Database Introspection (Reflection) ` | :ref:`Insert/Update Defaults ` | :ref:`Constraints and Indexes ` | :ref:`Using Data Definition Language (DDL) ` * **SQL Reference:** :doc:`SQL Expression API docs ` * **Datatypes:** :ref:`Overview ` | :ref:`Building Custom Types ` | :ref:`API ` * **Core Basics:** :doc:`Overview ` | :doc:`Runtime Inspection API ` | :doc:`Event System ` | :doc:`Core Event Interfaces ` | :doc:`Creating Custom SQL Constructs ` .. container:: left_right_container .. container:: leftmost .. rst-class:: h2 Dialect Documentation .. container:: The **dialect** is the system SQLAlchemy uses to communicate with various types of DBAPIs and databases. This section describes notes, options, and usage patterns regarding individual dialects. :doc:`PostgreSQL ` | :doc:`MySQL ` | :doc:`SQLite ` | :doc:`Oracle ` | :doc:`Microsoft SQL Server ` :doc:`More Dialects ... `