Files
sqlalchemy/doc/build/core/index.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

20 lines
453 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _core_toplevel:
SQLAlchemy Core
===============
The breadth of SQLAlchemys SQL rendering engine, DBAPI integration,
transaction integration, and schema description services are documented here.
In contrast to the ORMs domain-centric mode of usage, the SQL Expression
Language provides a schema-centric usage paradigm.
.. toctree::
:maxdepth: 2
tutorial
expression_api
schema
types
engines_connections
api_basics