File: mapper_config.rst

package info (click to toggle)
sqlalchemy 2.0.40%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 26,404 kB
  • sloc: python: 410,002; makefile: 230; sh: 7
file content (37 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

.. _mapper_config_toplevel:

===============================
ORM Mapped Class Configuration
===============================

Detailed reference for ORM configuration, not including
relationships, which are detailed at
:ref:`relationship_config_toplevel`.

For a quick look at a typical ORM configuration, start with
:ref:`orm_quickstart`.

For an introduction to the concept of object relational mapping as implemented
in SQLAlchemy, it's first introduced in the :ref:`unified_tutorial` at
:ref:`tutorial_orm_table_metadata`.


.. toctree::
    :maxdepth: 4

    mapping_styles
    declarative_mapping
    dataclasses
    mapped_sql_expr
    mapped_attributes
    composites
    inheritance
    nonstandard_mappings
    versioning
    mapping_api

.. toctree::
    :hidden:

    scalar_mapping