- Prev: ORM Internals
- Next: SQL Expression Language Tutorial
- Table of Contents | Index | view source
SQLAlchemy 0.8 Documentation
»
SQLAlchemy Core
SQLAlchemy Core
Table of Contents
Previous Topic
Next Topic
SQL Expression Language Tutorial
Project Versions
Quick Search
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.
- SQL Expression Language Tutorial
- SQL Statements and Expressions API
- Engine Configuration
- Working with Engines and Connections
- Connection Pooling
- Schema Definition Language
- Column and Data Types
- Events
- Core Events
- Custom SQL Constructs and Compilation Extension
- Runtime Inspection API
- Expression Serializer Extension
- Deprecated Event Interfaces
- Core Exceptions
- Core Internals
Previous:
ORM Internals
Next:
SQL Expression Language Tutorial
