Files
sqlalchemy/doc/build/core/expression_api.rst
T
Mike Bayer 9561321d03 - squash-merge the improve_toc branch, which moves all the Sphinx styling
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.
2014-12-17 17:24:23 -05:00

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