Files
sqlalchemy/doc/build/core/expression_api.rst
T
Mike Bayer b735fec4f4 Document visitors module
As we are going to be adding a lot of new features to the visitors
module which may impact end-user custom constructs, start documenting
the package for now.

Change-Id: Ibae471c2cb861f6280f601b7b2382d61968825cd
(cherry picked from commit ed02d924dd)
2019-09-12 12:38:28 -04:00

22 lines
413 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
visitors