mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 12:06:28 -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.
20 lines
453 B
ReStructuredText
20 lines
453 B
ReStructuredText
.. _core_toplevel:
|
||
|
||
SQLAlchemy Core
|
||
===============
|
||
|
||
The breadth of SQLAlchemy’s SQL rendering engine, DBAPI integration,
|
||
transaction integration, and schema description services are documented here.
|
||
In contrast to the ORM’s 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
|