summaryrefslogtreecommitdiff
path: root/doc/build/orm/scalar_mapping.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/orm/scalar_mapping.rst')
-rw-r--r--doc/build/orm/scalar_mapping.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/build/orm/scalar_mapping.rst b/doc/build/orm/scalar_mapping.rst
new file mode 100644
index 000000000..65efd5dbd
--- /dev/null
+++ b/doc/build/orm/scalar_mapping.rst
@@ -0,0 +1,18 @@
+.. module:: sqlalchemy.orm
+
+===============================
+Mapping Columns and Expressions
+===============================
+
+The following sections discuss how table columns and SQL expressions are
+mapped to individual object attributes.
+
+.. toctree::
+ :maxdepth: 2
+
+ mapping_columns
+ mapped_sql_expr
+ mapped_attributes
+ composites
+
+