mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 02:52:53 -04:00
9561321d03
and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy.
21 lines
400 B
ReStructuredText
21 lines
400 B
ReStructuredText
.. _expression_api_toplevel:
|
|
|
|
SQL Statements and Expressions API
|
|
==================================
|
|
|
|
.. module:: sqlalchemy.sql.expression
|
|
|
|
This section presents the API reference for the SQL Expression Language. For a full introduction to its usage,
|
|
see :ref:`sqlexpression_toplevel`.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
sqlelement
|
|
selectable
|
|
dml
|
|
functions
|
|
compiler
|
|
serializer
|